소스 검색

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: