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: Sun, 23 Nov 2014 22:23:37 +0000

CVSROOT:        /webcvs/grep
Module name:    grep
Changes by:     Jim Meyering <meyering> 14/11/23 22:23:33

Index: html_node/Anchoring.html
===================================================================
RCS file: /webcvs/grep/grep/manual/html_node/Anchoring.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- html_node/Anchoring.html    3 Jun 2014 14:47:02 -0000       1.19
+++ html_node/Anchoring.html    23 Nov 2014 22:23:30 -0000      1.20
@@ -1,8 +1,8 @@
 <html lang="en">
 <head>
-<title>Anchoring - GNU Grep 2.20</title>
+<title>Anchoring - GNU Grep 2.21</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="description" content="GNU Grep 2.20">
+<meta name="description" content="GNU Grep 2.21">
 <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-245"></a>
+<p><a name="index-anchoring-250"></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]