CVSROOT: /webcvs/grep Module name: grep Changes by: Jim Meyering <meyering> 18/12/30 01:24:22
Index: html_node/index.html =================================================================== RCS file: /webcvs/grep/grep/manual/html_node/index.html,v retrieving revision 1.28 retrieving revision 1.29 diff -u -b -r1.28 -r1.29 --- html_node/index.html 10 Feb 2017 04:43:38 -0000 1.28 +++ html_node/index.html 30 Dec 2018 06:24:22 -0000 1.29 @@ -2,7 +2,7 @@ <html> <!-- This manual is for grep, a pattern matching engine. -Copyright (C) 1999-2002, 2005, 2008-2017 Free Software Foundation, +Copyright (C) 1999-2002, 2005, 2008-2018 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document @@ -11,16 +11,16 @@ 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". --> -<!-- Created by GNU Texinfo 6.3, http://www.gnu.org/software/texinfo/ --> +<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ --> <head> -<title>GNU Grep 3.0: Top</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<title>Top (GNU Grep 3.3)</title> -<meta name="description" content="GNU Grep 3.0: Top"> -<meta name="keywords" content="GNU Grep 3.0: Top"> +<meta name="description" content="Top (GNU Grep 3.3)"> +<meta name="keywords" content="Top (GNU Grep 3.3)"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="#Top" rel="start" title="Top"> <link href="Index.html#Index" rel="index" title="Index"> <link href="#SEC_Contents" rel="contents" title="Table of Contents"> @@ -59,7 +59,7 @@ </head> <body lang="en"> -<h1 class="settitle" align="center">GNU Grep 3.0</h1> +<h1 class="settitle" align="center">GNU Grep 3.3</h1> @@ -99,13 +99,14 @@ <li><a name="toc-Basic-vs-Extended-Regular-Expressions" href="Basic-vs-Extended.html#Basic-vs-Extended">3.6 Basic vs Extended Regular Expressions</a></li> </ul></li> <li><a name="toc-Usage-1" href="Usage.html#Usage">4 Usage</a></li> - <li><a name="toc-Reporting-bugs" href="Reporting-Bugs.html#Reporting-Bugs">5 Reporting bugs</a> + <li><a name="toc-Performance-1" href="Performance.html#Performance">5 Performance</a></li> + <li><a name="toc-Reporting-bugs" href="Reporting-Bugs.html#Reporting-Bugs">6 Reporting bugs</a> <ul class="no-bullet"> - <li><a name="toc-Known-Bugs" href="Reporting-Bugs.html#Known-Bugs">5.1 Known Bugs</a></li> + <li><a name="toc-Known-Bugs" href="Reporting-Bugs.html#Known-Bugs">6.1 Known Bugs</a></li> </ul></li> - <li><a name="toc-Copying-1" href="Copying.html#Copying">6 Copying</a> + <li><a name="toc-Copying-1" href="Copying.html#Copying">7 Copying</a> <ul class="no-bullet"> - <li><a name="toc-GNU-Free-Documentation-License-1" href="GNU-Free-Documentation-License.html#GNU-Free-Documentation-License">6.1 GNU Free Documentation License</a></li> + <li><a name="toc-GNU-Free-Documentation-License-1" href="GNU-Free-Documentation-License.html#GNU-Free-Documentation-License">7.1 GNU Free Documentation License</a></li> </ul></li> <li><a name="toc-Index-1" href="Index.html#Index">Index</a></li> </ul> @@ -122,13 +123,13 @@ <a name="grep"></a> <h1 class="top">grep</h1> -<p><code>grep</code> prints lines that contain a match for a pattern. +<p><code>grep</code> prints lines that contain a match for one or more patterns. </p> -<p>This manual is for version 3.0 of GNU Grep. +<p>This manual is for version 3.3 of GNU Grep. </p> <p>This manual is for <code>grep</code>, a pattern matching engine. </p> -<p>Copyright © 1999-2002, 2005, 2008-2017 Free Software Foundation, +<p>Copyright © 1999-2002, 2005, 2008-2018 Free Software Foundation, Inc. </p> <blockquote> @@ -150,11 +151,13 @@ </td></tr> <tr><td align="left" valign="top">• <a href="Usage.html#Usage" accesskey="4">Usage</a>:</td><td> </td><td align="left" valign="top">Examples. </td></tr> -<tr><td align="left" valign="top">• <a href="Reporting-Bugs.html#Reporting-Bugs" accesskey="5">Reporting Bugs</a>:</td><td> </td><td align="left" valign="top">Reporting Bugs. +<tr><td align="left" valign="top">• <a href="Performance.html#Performance" accesskey="5">Performance</a>:</td><td> </td><td align="left" valign="top">Performance tuning. +</td></tr> +<tr><td align="left" valign="top">• <a href="Reporting-Bugs.html#Reporting-Bugs" accesskey="6">Reporting Bugs</a>:</td><td> </td><td align="left" valign="top">Reporting Bugs. </td></tr> -<tr><td align="left" valign="top">• <a href="Copying.html#Copying" accesskey="6">Copying</a>:</td><td> </td><td align="left" valign="top">License terms for this manual. +<tr><td align="left" valign="top">• <a href="Copying.html#Copying" accesskey="7">Copying</a>:</td><td> </td><td align="left" valign="top">License terms for this manual. </td></tr> -<tr><td align="left" valign="top">• <a href="Index.html#Index" accesskey="7">Index</a>:</td><td> </td><td align="left" valign="top">Combined index. +<tr><td align="left" valign="top">• <a href="Index.html#Index" accesskey="8">Index</a>:</td><td> </td><td align="left" valign="top">Combined index. </td></tr> </table>
