CVSROOT: /webcvs/grep Module name: grep Changes by: Jim Meyering <meyering> 16/10/03 02:37:09
Index: html_node/File-and-Directory-Selection.html =================================================================== RCS file: /webcvs/grep/grep/manual/html_node/File-and-Directory-Selection.html,v retrieving revision 1.24 retrieving revision 1.25 diff -u -b -r1.24 -r1.25 --- html_node/File-and-Directory-Selection.html 22 Apr 2016 05:25:55 -0000 1.24 +++ html_node/File-and-Directory-Selection.html 3 Oct 2016 02:37:09 -0000 1.25 @@ -11,12 +11,12 @@ Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". --> -<!-- Created by GNU Texinfo 6.0, http://www.gnu.org/software/texinfo/ --> +<!-- Created by GNU Texinfo 6.3, http://www.gnu.org/software/texinfo/ --> <head> -<title>GNU Grep 2.25: File and Directory Selection</title> +<title>GNU Grep 2.26: File and Directory Selection</title> -<meta name="description" content="GNU Grep 2.25: File and Directory Selection"> -<meta name="keywords" content="GNU Grep 2.25: File and Directory Selection"> +<meta name="description" content="GNU Grep 2.26: File and Directory Selection"> +<meta name="keywords" content="GNU Grep 2.26: File and Directory Selection"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> @@ -48,9 +48,8 @@ pre.smallexample {font-size: smaller} pre.smallformat {font-family: inherit; font-size: smaller} pre.smalllisp {font-size: smaller} -span.nocodebreak {white-space: nowrap} span.nolinebreak {white-space: nowrap} -span.roman {font-family: serif; font-weight: normal} +span.roman {font-family: initial; font-weight: normal} span.sansserif {font-family: sans-serif; font-weight: normal} ul.no-bullet {list-style: none} --> @@ -91,18 +90,19 @@ improperly encoded for the current locale (see <a href="Environment-Variables.html#Environment-Variables">Environment Variables</a>), or null input bytes when the <samp>-z</samp> (<samp>--null-data</samp>) option is not given (see <a href="Other-Options.html#Other-Options">Other Options</a>). </p> -<p>By default, <var>type</var> is ‘<samp>binary</samp>’, and when <code>grep</code> -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. +<p>By default, <var>type</var> is ‘<samp>binary</samp>’, and <code>grep</code> +suppresses output afer null input binary data is discovered, +and suppresses output lines that contain improperly encoded data. +When some output is suppressed, <code>grep</code> follows any output +with a one-line message saying that a binary file matches. </p> <p>If <var>type</var> is ‘<samp>without-match</samp>’, -when <code>grep</code> discovers that a file is binary +when <code>grep</code> discovers null input binary data it assumes that the rest of the file does not match; this is equivalent to the <samp>-I</samp> option. </p> <p>If <var>type</var> is ‘<samp>text</samp>’, -<code>grep</code> processes a binary file as if it were text; +<code>grep</code> processes binary data as if it were text; this is equivalent to the <samp>-a</samp> option. </p> <p>When <var>type</var> is ‘<samp>binary</samp>’, <code>grep</code> may treat non-text
