grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to grep/manual/html_node/Usage.html,v


From: Jim Meyering
Subject: Changes to grep/manual/html_node/Usage.html,v
Date: Tue, 23 Mar 2010 12:04:33 +0000

CVSROOT:        /webcvs/grep
Module name:    grep
Changes by:     Jim Meyering <meyering> 10/03/23 12:04:22

Index: html_node/Usage.html
===================================================================
RCS file: /webcvs/grep/grep/manual/html_node/Usage.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- html_node/Usage.html        24 May 2009 18:43:00 -0000      1.1
+++ html_node/Usage.html        23 Mar 2010 12:04:20 -0000      1.2
@@ -1,8 +1,8 @@
 <html lang="en">
 <head>
-<title>Usage - GNU Grep 2.5.4</title>
+<title>Usage - GNU Grep 2.6</title>
 <meta http-equiv="Content-Type" content="text/html">
-<meta name="description" content="GNU Grep 2.5.4">
+<meta name="description" content="GNU Grep 2.6">
 <meta name="generator" content="makeinfo 4.13">
 <link title="Top" rel="start" href="index.html#Top">
 <link rel="prev" href="Regular-Expressions.html#Regular-Expressions" 
title="Regular Expressions">
@@ -11,8 +11,8 @@
 <!--
 This manual is for `grep', a pattern matching engine.
 
-Copyright (C) 1999, 2000, 2001, 2002, 2005, 2008, 2009 Free
-Software Foundation, Inc.
+Copyright (C) 1999-2002, 2005, 2008-2010 Free Software Foundation,
+Inc.
 
      Permission is granted to copy, distribute and/or modify this
      document under the terms of the GNU Free Documentation License,
@@ -46,7 +46,7 @@
 
 <h2 class="chapter">4 Usage</h2>
 
-<p><a name="index-usage_002c-examples-241"></a>Here is an example command that 
invokes <span class="sc">gnu</span> <samp><span 
class="command">grep</span></samp>:
+<p><a name="index-usage_002c-examples-245"></a>Here is an example command that 
invokes <span class="sc">gnu</span> <samp><span 
class="command">grep</span></samp>:
 
 <pre class="example">     grep -i 'hello.*world' menu.h main.c
 </pre>
@@ -60,7 +60,7 @@
 See <a href="Invoking.html#Invoking">Invoking</a>, for more details about
 how to invoke <samp><span class="command">grep</span></samp>.
 
-   <p><a name="index-using-_0040command_007bgrep_007d_002c-Q_0026A-242"></a><a 
name="index-FAQ-about-_0040command_007bgrep_007d-usage-243"></a>Here are some 
common questions and answers about <samp><span 
class="command">grep</span></samp> usage.
+   <p><a name="index-using-_0040command_007bgrep_007d_002c-Q_0026A-246"></a><a 
name="index-FAQ-about-_0040command_007bgrep_007d-usage-247"></a>Here are some 
common questions and answers about <samp><span 
class="command">grep</span></samp> usage.
 
      <ol type=1 start=1>
 
@@ -186,7 +186,7 @@
 
      <pre class="example">          cat /etc/passwd | grep 'alain' - /etc/motd
 </pre>
-     <li><a name="index-palindromes-244"></a>How to express palindromes in a 
regular expression?
+     <li><a name="index-palindromes-248"></a>How to express palindromes in a 
regular expression?
 
      <p>It can be done by using back-references;
 for example,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]