CVSROOT: /webcvs/grep Module name: grep Changes by: Jim Meyering <meyering> 22/09/03 15:33:15
Index: html_node/Matching-Control.html =================================================================== RCS file: /webcvs/grep/grep/manual/html_node/Matching-Control.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -b -r1.32 -r1.33 --- html_node/Matching-Control.html 14 Aug 2021 20:46:41 -0000 1.32 +++ html_node/Matching-Control.html 3 Sep 2022 19:33:14 -0000 1.33 @@ -5,7 +5,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <!-- This manual is for grep, a pattern matching engine. -Copyright (C) 1999-2002, 2005, 2008-2021 Free Software Foundation, +Copyright (C) 1999-2002, 2005, 2008-2022 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document @@ -14,10 +14,10 @@ Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". --> -<title>Matching Control (GNU Grep 3.7)</title> +<title>Matching Control (GNU Grep 3.8)</title> -<meta name="description" content="Matching Control (GNU Grep 3.7)"> -<meta name="keywords" content="Matching Control (GNU Grep 3.7)"> +<meta name="description" content="Matching Control (GNU Grep 3.8)"> +<meta name="keywords" content="Matching Control (GNU Grep 3.8)"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> @@ -146,7 +146,7 @@ regular expression with ‘<samp>\<</samp>’ and ‘<samp>\></samp>’. For example, although ‘<samp>grep -w @</samp>’ matches a line containing only ‘<samp>@</samp>’, ‘<samp>grep '\<@\>'</samp>’ cannot match any line because ‘<samp>@</samp>’ is not a -word constituent. See <a href="The-Backslash-Character-and-Special-Expressions.html">The Backslash Character and Special Expressions</a>. +word constituent. See <a href="Special-Backslash-Expressions.html">Special Backslash Expressions</a>. </p> </dd> <dt id='index-_002dx'><span><samp>-x</samp><a href='#index-_002dx' class='copiable-anchor'> ¶</a></span></dt>
