summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-08-07 20:06:05 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-08-07 20:06:05 +0000
commitfeb5cc807e48a253e0ea97561ca9d353d5821c35 (patch)
tree00db84dca06efd904d85fb490bd1df9853af5445 /gnu/usr.bin
parenta34a290f81eff48c8de9a7ecb17253d74b5a87b9 (diff)
enhance -v documentation
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/grep/grep.14
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/grep/grep.1 b/gnu/usr.bin/grep/grep.1
index d8eccb2def5..2b462a1f2c3 100644
--- a/gnu/usr.bin/grep/grep.1
+++ b/gnu/usr.bin/grep/grep.1
@@ -1,4 +1,4 @@
-.\" $Id: grep.1,v 1.3 1997/08/06 23:44:10 grr Exp $ -*- nroff -*-
+.\" $Id: grep.1,v 1.4 1997/08/07 20:06:04 kstailey Exp $ -*- nroff -*-
.TH GREP 1 "1992 September 10" "GNU Project"
.SH NAME
grep, egrep, fgrep \- print lines matching a pattern
@@ -157,7 +157,7 @@ Quiet; suppress normal output.
Suppress error messages about nonexistent or unreadable files.
.TP
.B \-v
-Invert the sense of matching, to select non-matching lines.
+"Versus" mode. Invert the sense of matching, to select non-matching lines.
.TP
.B \-w
Select only those lines containing matches that form whole words.