PERFORCE change 143529 for review
Gabor Kovesdan
gabor at FreeBSD.org
Sun Jun 15 16:18:41 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=143529
Change 143529 by gabor at gabor_server on 2008/06/15 16:18:03
- Enable some commented out parts and remove some other ones.
- Bump .Dd
Affected files ...
.. //depot/projects/soc2008/gabor_textproc/grep/grep.1#11 edit
Differences ...
==== //depot/projects/soc2008/gabor_textproc/grep/grep.1#11 (text+ko) ====
@@ -29,7 +29,7 @@
.\"
.\" @(#)grep.1 8.3 (Berkeley) 4/18/94
.\"
-.Dd 15 Jun, 2008
+.Dd 16 Jun, 2008
.Dt GREP 1
.Os
.Sh NAME
@@ -281,11 +281,11 @@
The default is not to follow symbolic links.
.It Fl o, Fl Fl only-matching
Prints only the matching part of the lines.
-.\" XXX: UNIMPLEMENTED / INCOMPATIBLE .It Fl P
-.\"If
-.\".Fl R
-.\"is specified, no symbolic links are followed.
-.\"This is the default.
+.It Fl P
+If
+.Fl R
+is specified, no symbolic links are followed.
+This is the default.
.It Fl q , Fl Fl quiet , Fl Fl silent
Quiet mode:
suppress normal output.
@@ -294,19 +294,17 @@
making searches potentially less expensive.
.It Fl R , Fl r , Fl Fl recursive
Recursively search subdirectories listed.
-.\" XXX: INCOMPATOBLE .It Fl S
-.\"If
-.\".Fl R
-.\"is specified, all symbolic links are followed.
-.\"The default is not to follow symbolic links.
+.It Fl S
+If
+.Fl R
+is specified, all symbolic links are followed.
+The default is not to follow symbolic links.
.It Fl s , Fl Fl no-messaes
Silent mode.
Nonexistent and unreadable files are ignored
(i.e. their error messages are suppressed).
.It Fl U , Fl Fl binary
Search binary files, but do not attempt to print them.
-.\" XXX: UNDOCUMENTED .It Fl u, Fl Fl unix-byte-offsets
-.\"Undocumented.
.It Fl V , Fl Fl version
Display version information and exit.
.It Fl v , Fl Fl invert-match
More information about the p4-projects
mailing list