From 34d1aeaf315b97ac27d54b2af039126b1d5a34f4 Mon Sep 17 00:00:00 2001 From: Bishop Bettini Date: Fri, 21 Oct 2016 17:31:22 -0700 Subject: doc: fix typo in stdbuf man page * man/stdbuf.x: Correct spelling of immediately. Fixes http://bugs.gnu.org/24763 --- man/stdbuf.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3-54-g00ecf