Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2008 16:18:41 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 143529 for review
Message-ID:  <200806151618.m5FGIf7J037555@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=143529

Change 143529 by gabor@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806151618.m5FGIf7J037555>