grep-commit
[Top][All Lists]
Advanced

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

Changes to grep/manual/html_node/Back_002dreferences-and-Subexpressions.


From: Jim Meyering
Subject: Changes to grep/manual/html_node/Back_002dreferences-and-Subexpressions.html, v
Date: Tue, 23 Mar 2010 12:04:26 +0000

CVSROOT:        /webcvs/grep
Module name:    grep
Changes by:     Jim Meyering <meyering> 10/03/23 12:04:22

Index: html_node/Back_002dreferences-and-Subexpressions.html
===================================================================
RCS file: 
/webcvs/grep/grep/manual/html_node/Back_002dreferences-and-Subexpressions.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- html_node/Back_002dreferences-and-Subexpressions.html       24 May 2009 
18:42:58 -0000      1.1
+++ html_node/Back_002dreferences-and-Subexpressions.html       23 Mar 2010 
12:04:18 -0000      1.2
@@ -1,8 +1,8 @@
 <html lang="en">
 <head>
-<title>Back-references and Subexpressions - GNU Grep 2.5.4</title>
+<title>Back-references and Subexpressions - GNU Grep 2.6</title>
 <meta http-equiv="Content-Type" content="text/html">
-<meta name="description" content="GNU Grep 2.5.4">
+<meta name="description" content="GNU Grep 2.6">
 <meta name="generator" content="makeinfo 4.13">
 <link title="Top" rel="start" href="index.html#Top">
 <link rel="up" href="Regular-Expressions.html#Regular-Expressions" 
title="Regular Expressions">
@@ -12,8 +12,8 @@
 <!--
 This manual is for `grep', a pattern matching engine.
 
-Copyright (C) 1999, 2000, 2001, 2002, 2005, 2008, 2009 Free
-Software Foundation, Inc.
+Copyright (C) 1999-2002, 2005, 2008-2010 Free Software Foundation,
+Inc.
 
      Permission is granted to copy, distribute and/or modify this
      document under the terms of the GNU Free Documentation License,
@@ -48,7 +48,7 @@
 
 <h3 class="section">3.5 Back-references and Subexpressions</h3>
 
-<p><a name="index-subexpression-237"></a><a 
name="index-back_002dreference-238"></a>
+<p><a name="index-subexpression-241"></a><a 
name="index-back_002dreference-242"></a>
 The back-reference &lsquo;<samp><span 
class="samp">\</span><var>n</var></samp>&rsquo;, where <var>n</var> is a single 
digit, matches
 the substring previously matched by the <var>n</var>th parenthesized 
subexpression
 of the regular expression. 




reply via email to

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