grep-commit
[Top][All Lists]
Advanced

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

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


From: Jim Meyering
Subject: Changes to grep/manual/html_node/Anchoring.html,v
Date: Tue, 24 Apr 2012 08:04:07 +0000

CVSROOT:        /webcvs/grep
Module name:    grep
Changes by:     Jim Meyering <meyering> 12/04/24 08:04:00

Index: html_node/Anchoring.html
===================================================================
RCS file: /webcvs/grep/grep/manual/html_node/Anchoring.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- html_node/Anchoring.html    2 Mar 2012 09:28:26 -0000       1.10
+++ html_node/Anchoring.html    24 Apr 2012 08:03:54 -0000      1.11
@@ -1,8 +1,8 @@
 <html lang="en">
 <head>
-<title>Anchoring - GNU Grep 2.11</title>
+<title>Anchoring - GNU Grep 2.12</title>
 <meta http-equiv="Content-Type" content="text/html">
-<meta name="description" content="GNU Grep 2.11">
+<meta name="description" content="GNU Grep 2.12">
 <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">
@@ -47,7 +47,7 @@
 
 <h3 class="section">3.4 Anchoring</h3>
 
-<p><a name="index-anchoring-240"></a>
+<p><a name="index-anchoring-247"></a>
 The caret &lsquo;<samp><span class="samp">^</span></samp>&rsquo; and the 
dollar sign &lsquo;<samp><span class="samp">$</span></samp>&rsquo; are 
meta-characters that
 respectively match the empty string at the beginning and end of a line. 
 They are termed <dfn>anchors</dfn>, since they force the match to be 
&ldquo;anchored&rdquo;



reply via email to

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