summaryrefslogtreecommitdiff
path: root/usr.bin/grep/grep.1
diff options
context:
space:
mode:
authorRyan Thomas McBride <mcbride@cvs.openbsd.org>2003-09-27 14:14:41 +0000
committerRyan Thomas McBride <mcbride@cvs.openbsd.org>2003-09-27 14:14:41 +0000
commit486339fd02647abae90e92cf879095faa0b5488f (patch)
tree27cf6b270dfb4695b7857349baf6b93d63ebf92c /usr.bin/grep/grep.1
parent02c87731bf65e993237adaa434306ca0001b33b0 (diff)
Correct wording on -C option.
ok jmc@
Diffstat (limited to 'usr.bin/grep/grep.1')
-rw-r--r--usr.bin/grep/grep.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/grep/grep.1 b/usr.bin/grep/grep.1
index e2b3ce89c41..e3cf92a25fe 100644
--- a/usr.bin/grep/grep.1
+++ b/usr.bin/grep/grep.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: grep.1,v 1.18 2003/08/20 20:34:53 millert Exp $
+.\" $OpenBSD: grep.1,v 1.19 2003/09/27 14:14:40 mcbride Exp $
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -98,7 +98,7 @@ Print
.Ar num
lines of leading context before each match.
.It Fl C
-Print 2 lines of trailing context after each match.
+Print 2 lines of leading and trailing context after each match.
Equivalent to
.Fl A
.Ar 2