CVSROOT: /webcvs/grep Module name: grep Changes by: Jim Meyering <meyering> 14/02/18 03:42:13
Index: html_node/Anchoring.html =================================================================== RCS file: /webcvs/grep/grep/manual/html_node/Anchoring.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -b -r1.15 -r1.16 --- html_node/Anchoring.html 2 Jan 2014 06:37:14 -0000 1.15 +++ html_node/Anchoring.html 18 Feb 2014 03:42:12 -0000 1.16 @@ -1,8 +1,8 @@ <html lang="en"> <head> -<title>Anchoring - GNU Grep 2.16</title> +<title>Anchoring - GNU Grep 2.17</title> <meta http-equiv="Content-Type" content="text/html"> -<meta name="description" content="GNU Grep 2.16"> +<meta name="description" content="GNU Grep 2.17"> <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-247"></a> +<p><a name="index-anchoring-245"></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”
