diff options
author | Bishop Bettini <bishop.bettini@gmail.com> | 2016-10-21 17:31:22 -0700 |
---|---|---|
committer | Pádraig Brady <pbrady@fb.com> | 2016-10-21 17:31:22 -0700 |
commit | 34d1aeaf315b97ac27d54b2af039126b1d5a34f4 (patch) | |
tree | 9d01072d6d51f080cbd2ca068c30ae0d2eb0e827 | |
parent | f8b8bbc1b97c9cb7a56aae79451bf87ab7307cd2 (diff) | |
download | coreutils-34d1aeaf315b97ac27d54b2af039126b1d5a34f4.tar.xz |
doc: fix typo in stdbuf man page
* man/stdbuf.x: Correct spelling of immediately.
Fixes http://bugs.gnu.org/24763
-rw-r--r-- | man/stdbuf.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/stdbuf.x b/man/stdbuf.x index 14e541ddc..8a6ad5406 100644 --- a/man/stdbuf.x +++ b/man/stdbuf.x @@ -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. |