CVSROOT: /webcvs/grep Module name: grep Changes by: Jim Meyering <meyering> 18/12/30 01:24:22
Index: html_node/Output-Line-Prefix-Control.html =================================================================== RCS file: /webcvs/grep/grep/manual/html_node/Output-Line-Prefix-Control.html,v retrieving revision 1.28 retrieving revision 1.29 diff -u -b -r1.28 -r1.29 --- html_node/Output-Line-Prefix-Control.html 10 Feb 2017 04:43:38 -0000 1.28 +++ html_node/Output-Line-Prefix-Control.html 30 Dec 2018 06:24:22 -0000 1.29 @@ -2,7 +2,7 @@ <html> <!-- This manual is for grep, a pattern matching engine. -Copyright (C) 1999-2002, 2005, 2008-2017 Free Software Foundation, +Copyright (C) 1999-2002, 2005, 2008-2018 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document @@ -11,16 +11,16 @@ 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.3, http://www.gnu.org/software/texinfo/ --> +<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ --> <head> -<title>GNU Grep 3.0: Output Line Prefix Control</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<title>Output Line Prefix Control (GNU Grep 3.3)</title> -<meta name="description" content="GNU Grep 3.0: Output Line Prefix Control"> -<meta name="keywords" content="GNU Grep 3.0: Output Line Prefix Control"> +<meta name="description" content="Output Line Prefix Control (GNU Grep 3.3)"> +<meta name="keywords" content="Output Line Prefix Control (GNU Grep 3.3)"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="index.html#Top" rel="start" title="Top"> <link href="Index.html#Index" rel="index" title="Index"> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> @@ -83,10 +83,6 @@ before each line of output. If <samp>-o</samp> (<samp>--only-matching</samp>) is specified, print the offset of the matching part itself. -When <code>grep</code> runs on MS-DOS or MS-Windows, -the printed byte offsets depend on whether -the <samp>-u</samp> (<samp>--unix-byte-offsets</samp>) option is used; -see below. </p> </dd> <dt><samp>-H</samp></dt> @@ -143,22 +139,6 @@ so that lines from a single file all start at the same column. </p> </dd> -<dt><samp>-u</samp></dt> -<dt><samp>--unix-byte-offsets</samp></dt> -<dd><a name="index-_002du"></a> -<a name="index-_002d_002dunix_002dbyte_002doffsets"></a> -<a name="index-MS_002dDOS_002fMS_002dWindows-byte-offsets"></a> -<a name="index-byte-offsets_002c-on-MS_002dDOS_002fMS_002dWindows"></a> -<p>Report Unix-style byte offsets. -This option causes <code>grep</code> to report byte offsets -as if the file were a Unix-style text file, -i.e., the byte offsets ignore carriage returns that were stripped. -This will produce results identical -to running <code>grep</code> on a Unix machine. -This option has no effect unless the <samp>-b</samp> option is also used; -it has no effect on platforms other than MS-DOS and MS-Windows. -</p> -</dd> <dt><samp>-Z</samp></dt> <dt><samp>--null</samp></dt> <dd><a name="index-_002dZ"></a>
