CVSROOT: /webcvs/grep Module name: grep Changes by: Jim Meyering <meyering> 16/04/22 05:25:56
Index: html_node/Other-Options.html =================================================================== RCS file: /webcvs/grep/grep/manual/html_node/Other-Options.html,v retrieving revision 1.23 retrieving revision 1.24 diff -u -b -r1.23 -r1.24 --- html_node/Other-Options.html 11 Mar 2016 06:09:09 -0000 1.23 +++ html_node/Other-Options.html 22 Apr 2016 05:25:56 -0000 1.24 @@ -13,10 +13,10 @@ "GNU Free Documentation License". --> <!-- Created by GNU Texinfo 6.0, http://www.gnu.org/software/texinfo/ --> <head> -<title>GNU Grep 2.24: Other Options</title> +<title>GNU Grep 2.25: Other Options</title> -<meta name="description" content="GNU Grep 2.24: Other Options"> -<meta name="keywords" content="GNU Grep 2.24: Other Options"> +<meta name="description" content="GNU Grep 2.25: Other Options"> +<meta name="keywords" content="GNU Grep 2.25: Other Options"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> @@ -104,8 +104,8 @@ <dd><a name="index-_002dz"></a> <a name="index-_002d_002dnull_002ddata"></a> <a name="index-zero_002dterminated-lines"></a> -<p>Treat the input as a set of lines, each terminated by a zero byte (the -ASCII NUL character) instead of a newline. +<p>Treat input and output data as sequences of lines, each terminated by +a zero byte (the ASCII NUL character) instead of a newline. Like the <samp>-Z</samp> or <samp>--null</samp> option, this option can be used with commands like ‘<samp>sort -z</samp>’ to process arbitrary file names.
