diff options
-rw-r--r-- | usr.bin/grep/grep.1 | 4 |
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 |