summaryrefslogtreecommitdiffstats
path: root/share/man/man1/grepc.1
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man1/grepc.1')
-rw-r--r--share/man/man1/grepc.115
1 files changed, 15 insertions, 0 deletions
diff --git a/share/man/man1/grepc.1 b/share/man/man1/grepc.1
index 0e01781..ac124f3 100644
--- a/share/man/man1/grepc.1
+++ b/share/man/man1/grepc.1
@@ -122,6 +122,21 @@ Uses within type definitions
.RE
.SH OPTIONS
.TP
+.BI \-A \~n
+Print
+.I n
+lines of trailing context after a match.
+.TP
+.BI \-B \~n
+Print
+.I n
+lines of leading context before a match.
+.TP
+.BI \-C \~n
+Print
+.I n
+lines of context surrounding a match.
+.TP
.B \-c
Surround the matched strings
with escape sequences to display them in color on the terminal.