summaryrefslogtreecommitdiff
path: root/usr.bin/grep/grep.1
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-07-17 18:50:00 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-07-17 18:50:00 +0000
commit415475e7f744122d8bb871c59136bd608c6268a6 (patch)
tree74b1a689ffb71198381b26321a039bde3aec0666 /usr.bin/grep/grep.1
parent8f60c79e25a21361122abc4f36368f9e59107c36 (diff)
Make it clear what -C does w/o having to read the description of -A/-B.
Lack of clarity pointed out by Sam Smith, different fix suggested by jmc@
Diffstat (limited to 'usr.bin/grep/grep.1')
-rw-r--r--usr.bin/grep/grep.13
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/grep/grep.1 b/usr.bin/grep/grep.1
index 535ce53a3a9..35b97c6c3e9 100644
--- a/usr.bin/grep/grep.1
+++ b/usr.bin/grep/grep.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: grep.1,v 1.15 2003/07/15 10:56:24 jmc Exp $
+.\" $OpenBSD: grep.1,v 1.16 2003/07/17 18:49:59 millert Exp $
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -98,6 +98,7 @@ Print
.Ar num
lines of leading context before each match.
.It Fl C
+Print 2 lines of trailing context after each match.
Equivalent to
.Fl A
.Ar 2