grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v3.4-almost-40-gb0748fc


From: Paul Eggert
Subject: grep branch, master, updated. v3.4-almost-40-gb0748fc
Date: Tue, 22 Sep 2020 13:58:58 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  b0748fc4affd1cb6d77473f202e67af1a80d9570 (commit)
      from  c4d7c4210b12b77113bd12abb5867f3b8c14ace9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=b0748fc4affd1cb6d77473f202e67af1a80d9570


commit b0748fc4affd1cb6d77473f202e67af1a80d9570
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Tue Sep 22 10:56:29 2020 -0700

    doc: improve --line-buffer doc
    
    * doc/grep.texi (Other Options): Document --line-buffered more
    carefully, and say what happens when it is not used.  Problem
    reported by Dan Jacobson (Bug#35339).

diff --git a/doc/grep.texi b/doc/grep.texi
index 15185f3..bb76ae1 100644
--- a/doc/grep.texi
+++ b/doc/grep.texi
@@ -771,8 +771,11 @@ and @file{file2}.
 @item --line-buffered
 @opindex --line-buffered
 @cindex line buffering
-Use line buffering on output.
-This can cause a performance penalty.
+Use line buffering for standard output, regardless of output device.
+By default, standard output is line buffered for interactive devices,
+and is fully buffered otherwise.  With full buffering, the output
+buffer is flushed when full; with line buffering, the buffer is also
+flushed after every output line.  The buffer size is system dependent.
 
 @item -U
 @itemx --binary

-----------------------------------------------------------------------

Summary of changes:
 doc/grep.texi | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]