CVSROOT: /webcvs/grep Module name: grep Changes by: Jim Meyering <meyering> 23/03/22 22:55:22
Index: html_node/index.html =================================================================== RCS file: /webcvs/grep/grep/manual/html_node/index.html,v retrieving revision 1.33 retrieving revision 1.34 diff -u -b -r1.33 -r1.34 --- html_node/index.html 3 Sep 2022 19:33:14 -0000 1.33 +++ html_node/index.html 23 Mar 2023 02:55:21 -0000 1.34 @@ -1,11 +1,11 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!DOCTYPE html> <html> -<!-- Created by GNU Texinfo 6.8, https://www.gnu.org/software/texinfo/ --> +<!-- Created by GNU Texinfo 7.0dev, https://www.gnu.org/software/texinfo/ --> <head> <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-2022 Free Software Foundation, +Copyright © 1999-2002, 2005, 2008-2023 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>Top (GNU Grep 3.8)</title> +<title>Top (GNU Grep 3.10)</title> -<meta name="description" content="Top (GNU Grep 3.8)"> -<meta name="keywords" content="Top (GNU Grep 3.8)"> +<meta name="description" content="Top (GNU Grep 3.10)"> +<meta name="keywords" content="Top (GNU Grep 3.10)"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> @@ -30,21 +30,9 @@ <link href="Introduction.html" rel="next" title="Introduction"> <style type="text/css"> <!-- -a.copiable-anchor {visibility: hidden; text-decoration: none; line-height: 0em} -a.summary-letter {text-decoration: none} -blockquote.indentedblock {margin-right: 0em} -div.display {margin-left: 3.2em} -div.example {margin-left: 3.2em} -kbd {font-style: oblique} -pre.display {font-family: inherit} -pre.format {font-family: inherit} -pre.menu-comment {font-family: serif} -pre.menu-preformatted {font-family: serif} -span.nolinebreak {white-space: nowrap} -span.roman {font-family: initial; font-weight: normal} -span.sansserif {font-family: sans-serif; font-weight: normal} -span:hover a.copiable-anchor {visibility: visible} -ul.no-bullet {list-style: none} +a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em} +span:hover a.copiable-link {visibility: visible} +ul.toc-numbered-mark {list-style: none} --> </style> <link rel="stylesheet" type="text/css" href="https://www.gnu.org/software/gnulib/manual.css"> @@ -53,7 +41,6 @@ </head> <body lang="en"> -<h1 class="settitle" align="center">GNU Grep 3.8</h1> @@ -62,24 +49,24 @@ -<div class="top" id="Top"> -<div class="header"> +<div class="top-level-extent" id="Top"> +<div class="nav-panel"> <p> Next: <a href="Introduction.html" accesskey="n" rel="next">Introduction</a>, Up: <a href="/manual" accesskey="u" rel="up">(dir)</a> [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Index.html" title="Index" rel="index">Index</a>]</p> </div> <hr> -<span id="grep"></span><h1 class="top">grep</h1> +<h1 class="top" id="grep"><span>grep<a class="copiable-link" href="#grep"> ¶</a></span></h1> -<p><code>grep</code> prints lines that contain a match for one or more patterns. +<p><code class="command">grep</code> prints lines that contain a match for one or more patterns. </p> -<p>This manual is for version 3.8 of GNU Grep. +<p>This manual is for version 3.10 of GNU Grep. </p> -<p>This manual is for <code>grep</code>, a pattern matching engine. +<p>This manual is for <code class="command">grep</code>, a pattern matching engine. </p> -<p>Copyright © 1999–2002, 2005, 2008–2022 Free Software Foundation, +<p>Copyright © 1999–2002, 2005, 2008–2023 Free Software Foundation, Inc. </p> -<blockquote> +<blockquote class="quotation"> <p>Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no @@ -90,17 +77,17 @@ -<div class="Contents_element" id="SEC_Contents"> +<div class="element-contents" id="SEC_Contents"> <h2 class="contents-heading">Table of Contents</h2> <div class="contents"> -<ul class="no-bullet"> +<ul class="toc-numbered-mark"> <li><a id="toc-Introduction-1" href="Introduction.html">1 Introduction</a></li> - <li><a id="toc-Invoking-grep" href="Invoking.html">2 Invoking <code>grep</code></a> - <ul class="no-bullet"> + <li><a id="toc-Invoking-grep" href="Invoking.html">2 Invoking <code class="command">grep</code></a> + <ul class="toc-numbered-mark"> <li><a id="toc-Command_002dline-Options-1" href="Command_002dline-Options.html">2.1 Command-line Options</a> - <ul class="no-bullet"> + <ul class="toc-numbered-mark"> <li><a id="toc-Generic-Program-Information-1" href="Generic-Program-Information.html">2.1.1 Generic Program Information</a></li> <li><a id="toc-Matching-Control-1" href="Matching-Control.html">2.1.2 Matching Control</a></li> <li><a id="toc-General-Output-Control-1" href="General-Output-Control.html">2.1.3 General Output Control</a></li> @@ -111,10 +98,10 @@ </ul></li> <li><a id="toc-Environment-Variables-1" href="Environment-Variables.html">2.2 Environment Variables</a></li> <li><a id="toc-Exit-Status-1" href="Exit-Status.html">2.3 Exit Status</a></li> - <li><a id="toc-grep-Programs-1" href="grep-Programs.html">2.4 <code>grep</code> Programs</a></li> + <li><a id="toc-grep-Programs-1" href="grep-Programs.html">2.4 <code class="command">grep</code> Programs</a></li> </ul></li> <li><a id="toc-Regular-Expressions-1" href="Regular-Expressions.html">3 Regular Expressions</a> - <ul class="no-bullet"> + <ul class="toc-numbered-mark"> <li><a id="toc-Fundamental-Structure-1" href="Fundamental-Structure.html">3.1 Fundamental Structure</a></li> <li><a id="toc-Character-Classes-and-Bracket-Expressions-1" href="Character-Classes-and-Bracket-Expressions.html">3.2 Character Classes and Bracket Expressions</a></li> <li><a id="toc-Special-Backslash-Expressions-1" href="Special-Backslash-Expressions.html">3.3 Special Backslash Expressions</a></li> @@ -128,11 +115,11 @@ <li><a id="toc-Usage-1" href="Usage.html">4 Usage</a></li> <li><a id="toc-Performance-1" href="Performance.html">5 Performance</a></li> <li><a id="toc-Reporting-bugs" href="Reporting-Bugs.html">6 Reporting bugs</a> - <ul class="no-bullet"> + <ul class="toc-numbered-mark"> <li><a id="toc-Known-Bugs-1" href="Known-Bugs.html">6.1 Known Bugs</a></li> </ul></li> <li><a id="toc-Copying-1" href="Copying.html">7 Copying</a> - <ul class="no-bullet"> + <ul class="toc-numbered-mark"> <li><a id="toc-GNU-Free-Documentation-License-1" href="GNU-Free-Documentation-License.html">7.1 GNU Free Documentation License</a></li> </ul></li> <li><a id="toc-Index-1" href="Index.html" rel="index">Index</a></li> @@ -141,7 +128,7 @@ </div> </div> <hr> -<div class="header"> +<div class="nav-panel"> <p> Next: <a href="Introduction.html" accesskey="n" rel="next">Introduction</a>, Up: <a href="/manual" accesskey="u" rel="up">(dir)</a> [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Index.html" title="Index" rel="index">Index</a>]</p> </div>
