PERFORCE change 141305 for review

Gabor Kovesdan gabor at FreeBSD.org
Wed May 7 21:38:36 UTC 2008


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

Change 141305 by gabor at gabor_server on 2008/05/07 21:38:33

	- Sync man page with todays changes

Affected files ...

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

Differences ...

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

@@ -39,7 +39,7 @@
 .Sh SYNOPSIS
 .Nm grep
 .Bk -words
-.Op Fl abcEFGHhIiLlnoPqRSsUVvwxZ
+.Op Fl abcDEFGHhIiLlnoPqRSsUVvwxZ
 .Op Fl A Ar num
 .Op Fl B Ar num
 .Op Fl C Ns Op Ar num
@@ -47,6 +47,7 @@
 .Op Fl f Ar file
 .Op Fl Fl binary-files Ns = Ns Ar value
 .Op Fl Fl context Ns Op = Ns Ar num
+.Op Fl Fl label
 .Op Fl Fl line-buffered
 .Op Fl Fl null
 .Op Ar pattern
@@ -194,12 +195,8 @@
 .Nm grep
 to behave as traditional
 .Nm grep ) .
-.\"XXX: INCOMPATIBLE .It Fl H
-.\"If
-.\".Fl R
-.\"is specified, follow symbolic links only if they were explicitly listed
-.\"on the command line.
-.\"The default is not to follow symbolic links.
+.It Fl H
+Always print filename headers with output lines.
 .It Fl h , Fl Fl no-filename
 Never print filename headers
 .Pq i.e. filenames
@@ -254,9 +251,12 @@
 specified.
 .It Fl Fl null
 Prints a zero-byte after the file name.
-.\" XXX: UNIMPLEMENTED / INCOMPATIBLE .It Fl o
-.\"Always print filename headers with output lines.
-.\".It Fl Fl line-buffered
+.It Fl o
+If
+.Fl R
+is specified, follow symbolic links only if they were explicitly listed
+on the command line.
+The default is not to follow symbolic links.
 .\" XXX: UNIMPLEMENTED / INCOMPATIBLE .It Fl P
 .\"If
 .\".Fl R


More information about the p4-projects mailing list