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 ‘<samp><span class="samp">^</span></samp>’ and the dollar sign ‘<samp><span class="samp">$</span></samp>’ 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 “anchored”
