From e23bfceab5d47b7972a1a01fbd2ae8a2f0cb1465 Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Tue, 9 Nov 2004 17:00:06 +0000 Subject: [PATCH] The correct name of the long option is --line-buffered, not --line-bufferring. PR: docs/72985 Submitted by: John Engelhart MFC after: 1 week --- gnu/usr.bin/grep/grep.1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/grep/grep.1 b/gnu/usr.bin/grep/grep.1 index 425b3932fe54..fdef4a40da50 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.