From: Bishop Bettini Date: Sat, 22 Oct 2016 00:31:22 +0000 (-0700) Subject: doc: fix typo in stdbuf man page X-Git-Tag: v8.26~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34d1aeaf315b97ac27d54b2af039126b1d5a34f4;p=thirdparty%2Fcoreutils.git doc: fix typo in stdbuf man page * man/stdbuf.x: Correct spelling of immediately. Fixes http://bugs.gnu.org/24763 --- diff --git a/man/stdbuf.x b/man/stdbuf.x index 14e541ddc0..8a6ad54063 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.