grep-commit
[Top][All Lists]
Advanced

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

Changes to grep/manual/html_node/Other-Options.html,v


From: Jim Meyering
Subject: Changes to grep/manual/html_node/Other-Options.html,v
Date: Sun, 23 Nov 2014 22:23:44 +0000

CVSROOT:        /webcvs/grep
Module name:    grep
Changes by:     Jim Meyering <meyering> 14/11/23 22:23:33

Index: html_node/Other-Options.html
===================================================================
RCS file: /webcvs/grep/grep/manual/html_node/Other-Options.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- html_node/Other-Options.html        3 Jun 2014 14:47:05 -0000       1.19
+++ html_node/Other-Options.html        23 Nov 2014 22:23:32 -0000      1.20
@@ -1,8 +1,8 @@
 <html lang="en">
 <head>
-<title>Other Options - GNU Grep 2.20</title>
+<title>Other Options - GNU Grep 2.21</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="description" content="GNU Grep 2.20">
+<meta name="description" content="GNU Grep 2.21">
 <meta name="generator" content="makeinfo 4.13">
 <link title="Top" rel="start" href="index.html#Top">
 <link rel="up" href="Command_002dline-Options.html#Command_002dline-Options" 
title="Command-line Options">
@@ -54,7 +54,7 @@
 <samp><span class="command">grep</span></samp> guesses whether a file is text 
or binary
 as described for the <samp><span class="option">--binary-files</span></samp> 
option. 
 If <samp><span class="command">grep</span></samp> decides the file is a text 
file,
-it strips the <code>CR</code> characters from the original file contents
+it strips carriage returns from the original file contents
 (to make regular expressions with <code>^</code> and <code>$</code> work 
correctly). 
 Specifying <samp><span class="option">-U</span></samp> overrules this 
guesswork,
 causing all files to be read and passed to the matching mechanism verbatim;
@@ -64,7 +64,7 @@
 on platforms other than MS-DOS and MS-Windows.
 
      <br><dt><samp><span class="option">-z</span></samp><dt><samp><span 
class="option">--null-data</span></samp><dd><a 
name="index-g_t_002dz-132"></a><a 
name="index-g_t_002d_002dnull_002ddata-133"></a><a 
name="index-zero_002dterminated-lines-134"></a>Treat the input as a set of 
lines, each terminated by a zero byte (the
-ASCII <code>NUL</code> character) instead of a newline. 
+ASCII NUL character) instead of a newline. 
 Like the <samp><span class="option">-Z</span></samp> or <samp><span 
class="option">--null</span></samp> option,
 this option can be used with commands like
 &lsquo;<samp><span class="samp">sort -z</span></samp>&rsquo; to process 
arbitrary file names.



reply via email to

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