grep-commit
[Top][All Lists]
Advanced

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

Changes to grep/manual/html_node/Regular-Expressions.html,v


From: Jim Meyering
Subject: Changes to grep/manual/html_node/Regular-Expressions.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/Regular-Expressions.html
===================================================================
RCS file: /webcvs/grep/grep/manual/html_node/Regular-Expressions.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- html_node/Regular-Expressions.html  14 Aug 2021 20:46:41 -0000      1.32
+++ html_node/Regular-Expressions.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>Regular Expressions (GNU Grep 3.7)</title>
+<title>Regular Expressions (GNU Grep 3.8)</title>
 
-<meta name="description" content="Regular Expressions (GNU Grep 3.7)">
-<meta name="keywords" content="Regular Expressions (GNU Grep 3.7)">
+<meta name="description" content="Regular Expressions (GNU Grep 3.8)">
+<meta name="keywords" content="Regular Expressions (GNU Grep 3.8)">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="makeinfo">
@@ -70,25 +70,26 @@
 three different versions of regular expression syntax:
 basic (BRE), extended (ERE), and Perl-compatible (PCRE).
 In GNU <code>grep</code>,
-there is no difference in available functionality between the basic and
-extended syntaxes.
+there is no difference in available functionality between basic and
+extended syntax.
 In other implementations, basic regular expressions are less powerful.
 The following description applies to extended regular expressions;
 differences for basic regular expressions are summarized afterwards.
 Perl-compatible regular expressions give additional functionality, and
-are documented in the <i>pcresyntax</i>(3) and <i>pcrepattern</i>(3) manual
+are documented in the <i>pcre2syntax</i>(3) and <i>pcre2pattern</i>(3) manual
 pages, but work only if PCRE is available in the system.
 </p>
 
 <ul class="section-toc">
 <li><a href="Fundamental-Structure.html" accesskey="1">Fundamental 
Structure</a></li>
 <li><a href="Character-Classes-and-Bracket-Expressions.html" 
accesskey="2">Character Classes and Bracket Expressions</a></li>
-<li><a href="The-Backslash-Character-and-Special-Expressions.html" 
accesskey="3">The Backslash Character and Special Expressions</a></li>
+<li><a href="Special-Backslash-Expressions.html" accesskey="3">Special 
Backslash Expressions</a></li>
 <li><a href="Anchoring.html" accesskey="4">Anchoring</a></li>
 <li><a href="Back_002dreferences-and-Subexpressions.html" 
accesskey="5">Back-references and Subexpressions</a></li>
 <li><a href="Basic-vs-Extended.html" accesskey="6">Basic vs Extended Regular 
Expressions</a></li>
-<li><a href="Character-Encoding.html" accesskey="7">Character Encoding</a></li>
-<li><a href="Matching-Non_002dASCII.html" accesskey="8">Matching Non-ASCII and 
Non-printable Characters</a></li>
+<li><a href="Problematic-Expressions.html" accesskey="7">Problematic Regular 
Expressions</a></li>
+<li><a href="Character-Encoding.html" accesskey="8">Character Encoding</a></li>
+<li><a href="Matching-Non_002dASCII.html" accesskey="9">Matching Non-ASCII and 
Non-printable Characters</a></li>
 </ul>
 </div>
 



reply via email to

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