]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: fix typo in stdbuf man page
authorBishop Bettini <bishop.bettini@gmail.com>
Sat, 22 Oct 2016 00:31:22 +0000 (17:31 -0700)
committerPádraig Brady <pbrady@fb.com>
Sat, 22 Oct 2016 00:31:22 +0000 (17:31 -0700)
* man/stdbuf.x: Correct spelling of immediately.
Fixes http://bugs.gnu.org/24763

man/stdbuf.x

index 14e541ddc083ea321c39aa3991b51762ae7c4230..8a6ad540631c1a6071ec922b9bb104f079f9ff86 100644 (file)
@@ -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.