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 ‘<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”
