diff options
-rw-r--r-- | src/stdbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdbuf.c b/src/stdbuf.c index d9cf02bf2..3fb5d3c42 100644 --- a/src/stdbuf.c +++ b/src/stdbuf.c @@ -115,7 +115,7 @@ size set to MODE bytes.\n\ "), stdout); fputs (_("\n\ NOTE: If COMMAND adjusts the buffering of its standard streams ('tee' does\n\ -for e.g.) then that will override corresponding settings changed by 'stdbuf'.\n\ +for example) then that will override corresponding changes by 'stdbuf'.\n\ Also some filters (like 'dd' and 'cat' etc.) don't use streams for I/O,\n\ and are thus unaffected by 'stdbuf' settings.\n\ "), stdout); |