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