Parcourir la source

stdbuf: fix typo (#2869)

Marco Bonelli il y a 6 ans
Parent
commit
66d0170da0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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: