浏览代码

stdbuf: fix typo (#2869)

Marco Bonelli 6 年之前
父节点
当前提交
66d0170da0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/common/stdbuf.md

+ 1 - 1
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: