grep-commit
[Top][All Lists]
Advanced

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

Changes to grep/manual/html_node/Matching-Control.html,v


From: Jim Meyering
Subject: Changes to grep/manual/html_node/Matching-Control.html,v
Date: Sat, 3 Sep 2022 15:33:16 -0400 (EDT)

CVSROOT:        /webcvs/grep
Module name:    grep
Changes by:     Jim Meyering <meyering> 22/09/03 15:33:15

Index: html_node/Matching-Control.html
===================================================================
RCS file: /webcvs/grep/grep/manual/html_node/Matching-Control.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- html_node/Matching-Control.html     14 Aug 2021 20:46:41 -0000      1.32
+++ html_node/Matching-Control.html     3 Sep 2022 19:33:14 -0000       1.33
@@ -5,7 +5,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <!-- This manual is for grep, a pattern matching engine.
 
-Copyright (C) 1999-2002, 2005, 2008-2021 Free Software Foundation,
+Copyright (C) 1999-2002, 2005, 2008-2022 Free Software Foundation,
 Inc.
 
 Permission is granted to copy, distribute and/or modify this document
@@ -14,10 +14,10 @@
 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". -->
-<title>Matching Control (GNU Grep 3.7)</title>
+<title>Matching Control (GNU Grep 3.8)</title>
 
-<meta name="description" content="Matching Control (GNU Grep 3.7)">
-<meta name="keywords" content="Matching Control (GNU Grep 3.7)">
+<meta name="description" content="Matching Control (GNU Grep 3.8)">
+<meta name="keywords" content="Matching Control (GNU Grep 3.8)">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="makeinfo">
@@ -146,7 +146,7 @@
 regular expression with &lsquo;<samp>\&lt;</samp>&rsquo; and 
&lsquo;<samp>\&gt;</samp>&rsquo;.  For example, although
 &lsquo;<samp>grep -w @</samp>&rsquo; matches a line containing only 
&lsquo;<samp>@</samp>&rsquo;, &lsquo;<samp>grep
 '\&lt;@\&gt;'</samp>&rsquo; cannot match any line because 
&lsquo;<samp>@</samp>&rsquo; is not a
-word constituent.  See <a 
href="The-Backslash-Character-and-Special-Expressions.html">The Backslash 
Character and Special Expressions</a>.
+word constituent.  See <a href="Special-Backslash-Expressions.html">Special 
Backslash Expressions</a>.
 </p>
 </dd>
 <dt id='index-_002dx'><span><samp>-x</samp><a href='#index-_002dx' 
class='copiable-anchor'> &para;</a></span></dt>



reply via email to

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