aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2004-11-16 10:47:15 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2004-11-16 10:47:15 +0000
commit9a230567b12bbcf4a9e40cca602fd751d2c461bc (patch)
tree90c4b18bb95eec52b33448cc0097a2fb36049ee9 /gnu/usr.bin
parentf4dda05c2ef40c2f5d38bf8add9153adb2fe41dd (diff)
Notes
Diffstat (limited to 'gnu/usr.bin')
-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 425b3932fe548..fdef4a40da503 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.