PERFORCE change 168694 for review

Gabor Kovesdan gabor at FreeBSD.org
Sat Sep 19 21:47:25 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=168694

Change 168694 by gabor at gabor_aspire on 2009/09/19 21:47:05

	- Update manpage with missing options

Affected files ...

.. //depot/projects/soc2008/gabor_textproc/grep/grep.1#15 edit

Differences ...

==== //depot/projects/soc2008/gabor_textproc/grep/grep.1#15 (text+ko) ====

@@ -29,7 +29,7 @@
 .\"
 .\"	@(#)grep.1	8.3 (Berkeley) 4/18/94
 .\"
-.Dd 8 Jul, 2008
+.Dd 19 September, 2009
 .Dt GREP 1
 .Os
 .Sh NAME
@@ -185,6 +185,16 @@
 options are used to specify multiple patterns,
 or when a pattern begins with a dash
 .Pq Sq - .
+.It Fl Fl exclude
+If
+.Fl R
+is specified, it excludes files matching the given
+filename pattern.
+.It Fl Fl exclude-dir
+If
+.Fl R
+is specified, it excludes directories matching the
+given filename pattern.
 .It Fl F , Fl Fl fixed-strings
 Interpret
 .Ar pattern
@@ -227,6 +237,16 @@
 By default,
 .Nm grep
 is case sensitive.
+.It Fl Fl include
+If
+.Fl R
+is specified, it includes the files matching the
+given filename pattern.
+.It Fl Fl include-dir
+If
+.Fl R
+is specified, it includes the directories matching the
+given filename pattern.
 .It Fl J, Fl Fl bz2decompress
 Decompress the
 .Xr bzip2 1


More information about the p4-projects mailing list