grep-commit
[Top][All Lists]
Advanced

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

Changes to grep/manual/html_node/Usage.html,v


From: Jim Meyering
Subject: Changes to grep/manual/html_node/Usage.html,v
Date: Mon, 02 Nov 2015 02:55:05 +0000

CVSROOT:        /webcvs/grep
Module name:    grep
Changes by:     Jim Meyering <meyering> 15/11/02 02:54:37

Index: html_node/Usage.html
===================================================================
RCS file: /webcvs/grep/grep/manual/html_node/Usage.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- html_node/Usage.html        23 Nov 2014 22:23:32 -0000      1.20
+++ html_node/Usage.html        2 Nov 2015 02:54:36 -0000       1.21
@@ -1,8 +1,8 @@
 <html lang="en">
 <head>
-<title>Usage - GNU Grep 2.21</title>
+<title>Usage - GNU Grep 2.22</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="description" content="GNU Grep 2.21">
+<meta name="description" content="GNU Grep 2.22">
 <meta name="generator" content="makeinfo 4.13">
 <link title="Top" rel="start" href="index.html#Top">
 <link rel="prev" href="Regular-Expressions.html#Regular-Expressions" 
title="Regular Expressions">
@@ -11,7 +11,7 @@
 <!--
 This manual is for `grep', a pattern matching engine.
 
-Copyright (C) 1999--2002, 2005, 2008--2014 Free Software Foundation,
+Copyright (C) 1999-2002, 2005, 2008-2015 Free Software Foundation,
 Inc.
 
      Permission is granted to copy, distribute and/or modify this
@@ -33,6 +33,7 @@
   span.roman { font-family:serif; font-weight:normal; } 
   span.sansserif { font-family:sans-serif; font-weight:normal; } 
 --></style>
+<link rel="stylesheet" type="text/css" href="/software/gnulib/manual.css">
 </head>
 <body>
 <div class="node">
@@ -230,7 +231,8 @@
 Therefore, merely using the <code>[:space:]</code> character class does not
 match newlines in the way you might expect.
 
-     <p>With the GNU <samp><span class="command">grep</span></samp> option 
<code>-z</code> (see <a 
href="File-and-Directory-Selection.html#File-and-Directory-Selection">File and 
Directory Selection</a>), the input is terminated by null bytes.  Thus,
+     <p>With the GNU <samp><span class="command">grep</span></samp> option 
<samp><span class="option">-z</span></samp> (<samp><span 
class="option">--null-data</span></samp>), each
+input &ldquo;line&rdquo; is terminated by a null byte; see <a 
href="Other-Options.html#Other-Options">Other Options</a>.  Thus,
 you can match newlines in the input, but typically if there is a match
 the entire input is output, so this usage is often combined with
 output-suppressing options like <samp><span class="option">-q</span></samp>, 
e.g.:



reply via email to

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