summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2004-11-09 17:00:06 +0000
committerkeramida <keramida@FreeBSD.org>2004-11-09 17:00:06 +0000
commit457d89dc2bd3ea44957beda8457bc65432671443 (patch)
tree4f72b043ff69dbf07b27abd0575fa8325528191c /gnu
parent98ebb25e56d0f452f1cfd5d33770eeaedca698fd (diff)
downloadFreeBSD-src-457d89dc2bd3ea44957beda8457bc65432671443.zip
FreeBSD-src-457d89dc2bd3ea44957beda8457bc65432671443.tar.gz
The correct name of the long option is --line-buffered,
not --line-bufferring. PR: docs/72985 Submitted by: John Engelhart <johne@zang.com> MFC after: 1 week
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/grep/grep.15
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/grep/grep.1 b/gnu/usr.bin/grep/grep.1
index 425b393..fdef4a4 100644
--- a/gnu/usr.bin/grep/grep.1
+++ b/gnu/usr.bin/grep/grep.1
@@ -312,8 +312,9 @@ Displays input actually coming from standard input as input coming from file
This is especially useful for tools like zgrep, e.g.
.B "gzip -cd foo.gz |grep --label=foo something"
.TP
-.BR \-\^\-line-buffering
-Use line buffering, it can be a performance penality.
+.BR \-\^\-line-buffered
+Flush output on every line.
+Note that this incurs a performance penalty.
.TP
.BR \-q ", " \-\^\-quiet ", " \-\^\-silent
Quiet; do not write anything to standard output.
OpenPOWER on IntegriCloud