grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v3.3-5-g479c498


From: Paul Eggert
Subject: grep branch, master, updated. v3.3-5-g479c498
Date: Sun, 20 Jan 2019 22:40:49 -0500 (EST)

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  479c498daf20ab8873220b893dd6f0f44404dd1b (commit)
      from  f777b3e613e5ea9a7d607105abc2b543ef7be0f1 (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=479c498daf20ab8873220b893dd6f0f44404dd1b


commit 479c498daf20ab8873220b893dd6f0f44404dd1b
Author: Paul Eggert <address@hidden>
Date:   Sun Jan 20 19:38:32 2019 -0800

    doc: --binary-files update in man page
    
    * doc/grep.in.1: Adjust --binary-files description to match that
    in doc/grep.texi.  When I updated the documentation in
    2016-09-09T01:33:address@hidden I forgot to update the man
    page accordingly (Bug#33898).

diff --git a/doc/grep.in.1 b/doc/grep.in.1
index 9d0d494..dd25589 100644
--- a/doc/grep.in.1
+++ b/doc/grep.in.1
@@ -505,11 +505,14 @@ By default,
 .I TYPE
 is
 .BR binary ,
-and when
+and
+.B grep
+suppresses output after null input binary data is discovered,
+and suppresses output lines that contain improperly encoded data.
+When some output is suppressed,
 .B grep
-discovers that a file is binary it suppresses any further output, and
-instead outputs either a one-line message saying that a binary file
-matches, or no message if there is no match.
+follows any output
+with a one-line message saying that a binary file matches.
 .IP
 If
 .I TYPE
@@ -517,7 +520,7 @@ is
 .BR without\-match ,
 when
 .B grep
-discovers that a file is binary it assumes that the rest of the file
+discovers null input binary data it assumes that the rest of the file
 does not match; this is equivalent to the
 .B \-I
 option.

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

Summary of changes:
 doc/grep.in.1 | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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