grep-commit
[Top][All Lists]
Advanced

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

Changes to grep/manual/grep.txt,v


From: Jim Meyering
Subject: Changes to grep/manual/grep.txt,v
Date: Tue, 03 Jun 2014 14:47:11 +0000

CVSROOT:        /webcvs/grep
Module name:    grep
Changes by:     Jim Meyering <meyering> 14/06/03 14:47:07

Index: grep.txt
===================================================================
RCS file: /webcvs/grep/grep/manual/grep.txt,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- grep.txt    23 May 2014 05:39:57 -0000      1.18
+++ grep.txt    3 Jun 2014 14:47:01 -0000       1.19
@@ -35,7 +35,7 @@
 
 `grep' prints lines that contain a match for a pattern.
 
-   This manual is for version 2.19 of GNU Grep.
+   This manual is for version 2.20 of GNU Grep.
 
    This manual is for `grep', a pattern matching engine.
 
@@ -437,8 +437,8 @@
      from FILE (using wildcard matching as described under `--exclude').
 
 `--exclude-dir=DIR'
-     Exclude directories matching the pattern DIR from recursive
-     directory searches.
+     Skip any directory whose name matches the pattern DIR, ignoring
+     any redundant trailing slashes in DIR.
 
 `-I'
      Process a binary file as if it did not contain matching data; this



reply via email to

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