summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
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.