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: Fri, 02 Mar 2012 09:28:47 +0000

CVSROOT:        /webcvs/grep
Module name:    grep
Changes by:     Jim Meyering <meyering> 12/03/02 09:28:32

Index: html_node/Regular-Expressions.html
===================================================================
RCS file: /webcvs/grep/grep/manual/html_node/Regular-Expressions.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- html_node/Regular-Expressions.html  25 Jun 2011 09:28:45 -0000      1.9
+++ html_node/Regular-Expressions.html  2 Mar 2012 09:28:30 -0000       1.10
@@ -1,8 +1,8 @@
 <html lang="en">
 <head>
-<title>Regular Expressions - GNU Grep 2.9</title>
+<title>Regular Expressions - GNU Grep 2.11</title>
 <meta http-equiv="Content-Type" content="text/html">
-<meta name="description" content="GNU Grep 2.9">
+<meta name="description" content="GNU Grep 2.11">
 <meta name="generator" content="makeinfo 4.13">
 <link title="Top" rel="start" href="index.html#Top">
 <link rel="prev" href="Invoking.html#Invoking" title="Invoking">
@@ -11,7 +11,8 @@
 <!--
 This manual is for `grep', a pattern matching engine.
 
-Copyright (C) 1999-2002, 2005, 2008-2011 Free Software Foundation, Inc.
+Copyright (C) 1999-2002, 2005, 2008-2012 Free Software Foundation,
+Inc.
 
      Permission is granted to copy, distribute and/or modify this
      document under the terms of the GNU Free Documentation License,
@@ -52,15 +53,15 @@
 <samp><span class="command">grep</span></samp> understands
 three different versions of regular expression syntax:
 &ldquo;basic,&rdquo; (BRE) &ldquo;extended&rdquo; (ERE) and 
&ldquo;perl&rdquo;. 
-In <span class="sc">gnu</span> <samp><span class="command">grep</span></samp>,
-there is no difference in available functionality between basic and
+In GNU <samp><span class="command">grep</span></samp>,
+there is no difference in available functionality between the basic and
 extended syntaxes. 
 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 regular expressions give additional functionality, and are
-documented in pcresyntax(3) and pcrepattern(3), but may not be
-available on every system.
+documented in the <i>pcresyntax</i>(3) and <i>pcrepattern</i>(3) manual pages,
+but may not be available on every system.
 
 <ul class="menu">
 <li><a accesskey="1" 
href="Fundamental-Structure.html#Fundamental-Structure">Fundamental 
Structure</a>



reply via email to

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