CVSROOT: /webcvs/grep Module name: grep Changes by: Jim Meyering <meyering> 16/12/07 13:11:25
Index: html_node/General-Output-Control.html =================================================================== RCS file: /webcvs/grep/grep/manual/html_node/General-Output-Control.html,v retrieving revision 1.25 retrieving revision 1.26 diff -u -b -r1.25 -r1.26 --- html_node/General-Output-Control.html 3 Oct 2016 02:37:09 -0000 1.25 +++ html_node/General-Output-Control.html 7 Dec 2016 13:11:22 -0000 1.26 @@ -13,10 +13,10 @@ "GNU Free Documentation License". --> <!-- Created by GNU Texinfo 6.3, http://www.gnu.org/software/texinfo/ --> <head> -<title>GNU Grep 2.26: General Output Control</title> +<title>GNU Grep 2.27: General Output Control</title> -<meta name="description" content="GNU Grep 2.26: General Output Control"> -<meta name="keywords" content="GNU Grep 2.26: General Output Control"> +<meta name="description" content="GNU Grep 2.27: General Output Control"> +<meta name="keywords" content="GNU Grep 2.27: General Output Control"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> @@ -176,6 +176,8 @@ <a name="index-only-matching"></a> <p>Print only the matched (non-empty) parts of matching lines, with each such part on a separate output line. +Output lines use the same delimiters as input, and delimiters are null +bytes if <samp>-z</samp> (<samp>--null-data</samp>) is also used (see <a href="Other-Options.html#Other-Options">Other Options</a>). </p> </dd> <dt><samp>-q</samp></dt>
