mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:33:33 +02:00
stdbuf: fix typo (#2869)
This commit is contained in:
parent
f9064de1eb
commit
66d0170da0
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue