CVSROOT: /sources/grep
Module name: grep
Changes by: Bernhard Rosenkraenzer <bero> 06/08/18 22:00:31
Index: doc/grep.texi
===================================================================
RCS file: /sources/grep/grep/doc/grep.texi,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62
--- doc/grep.texi 18 Aug 2006 21:32:35 -0000 1.61
+++ doc/grep.texi 18 Aug 2006 22:00:31 -0000 1.62
@@ -643,9 +643,15 @@
@opindex --exclude-from
@cindex exclude files
@cindex searching directory trees
-Skip files @emph{and directories} whose base name matches
-any of the file-name globs read from @var{file}
-(using wildcard matching as described under @samp{--exclude}).
+Skip files whose base name matches any of the file-name globs
+read from @var{file} (using wildcard matching as described
+under @samp{--exclude}).
+
[EMAIL PROTECTED] [EMAIL PROTECTED]
[EMAIL PROTECTED] --exclude-dir
[EMAIL PROTECTED] exclude directories
+Exclude directories matching the pattern @var{dir} from recursive
+directory searches.
@item -I
Process a binary file as if it did not contain matching data;