summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHelge Kreutzmann <debian@helgefjell.de>2021-12-20 10:25:40 -0800
committerJim Meyering <meyering@fb.com>2021-12-20 10:25:40 -0800
commit95440891d04762d8112b6ae858b9b00932b573d5 (patch)
tree478ccd280b67da2b4a001681f4611abfdbc9f0e5 /doc
parentfa48acda0654562125ab2129a5b79a2b49e86641 (diff)
downloadgrep-95440891d04762d8112b6ae858b9b00932b573d5.tar.gz
doc: --invert-match is described "above" --count, not below
* doc/grep.in.1 (--count): s/below/above/.
Diffstat (limited to 'doc')
-rw-r--r--doc/grep.in.12
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/grep.in.1 b/doc/grep.in.1
index 123b8d66..14f6c3c1 100644
--- a/doc/grep.in.1
+++ b/doc/grep.in.1
@@ -288,7 +288,7 @@ Suppress normal output; instead print a count of
matching lines for each input file.
With the
.BR \-v ", " \-\^\-invert\-match
-option (see below), count non-matching lines.
+option (see above), count non-matching lines.
.TP
.BR \-\^\-color [ =\fIWHEN\fP "], " \-\^\-colour [ =\fIWHEN\fP ]
Surround the matched (non-empty) strings, matching lines, context lines,