From 66d0170da0b2d8ed118f6b7c1a3f80a4355afe91 Mon Sep 17 00:00:00 2001 From: Marco Bonelli Date: Fri, 5 Apr 2019 12:50:19 +0200 Subject: [PATCH] stdbuf: fix typo (#2869) --- pages/common/stdbuf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/stdbuf.md b/pages/common/stdbuf.md index 33886266a..3dafac453 100644 --- a/pages/common/stdbuf.md +++ b/pages/common/stdbuf.md @@ -4,7 +4,7 @@ - Change the standard input buffer size to 512 KiB: -`stderr --input={{512K}} {{command}}` +`stdbuf --input={{512K}} {{command}}` - Change the standard output buffer to line-buffered: