mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-24 02:17:22 +08:00
doc: fix typo in stdbuf man page
* man/stdbuf.x: Correct spelling of immediately. Fixes http://bugs.gnu.org/24763
This commit is contained in:
parent
f8b8bbc1b9
commit
34d1aeaf31
@ -11,7 +11,7 @@ Run COMMAND, with modified buffering operations for its standard streams.
|
||||
[EXAMPLES]
|
||||
.B tail -f access.log | stdbuf -oL cut -d \(aq \(aq -f1 | uniq
|
||||
.br
|
||||
This will immedidately display unique entries from access.log
|
||||
This will immediately display unique entries from access.log
|
||||
[BUGS]
|
||||
On GLIBC platforms, specifying a buffer size, i.e., using fully buffered mode
|
||||
will result in undefined operation.
|
||||
|
Loading…
Reference in New Issue
Block a user