summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/grep.in.13
-rw-r--r--doc/grep.texi3
2 files changed, 2 insertions, 4 deletions
diff --git a/doc/grep.in.1 b/doc/grep.in.1
index db270dd8..c0b6b405 100644
--- a/doc/grep.in.1
+++ b/doc/grep.in.1
@@ -319,13 +319,12 @@ is
Suppress normal output; instead print the name
of each input file from which no output would
normally have been printed.
-The scanning will stop on the first match.
.TP
.BR \-l ", " \-\^\-files\-with\-matches
Suppress normal output; instead print
the name of each input file from which output
would normally have been printed.
-The scanning will stop on the first match.
+Scanning each input file stops upon first match.
.TP
.BI \-m " NUM" "\fR,\fP \-\^\-max\-count=" NUM
Stop reading a file after
diff --git a/doc/grep.texi b/doc/grep.texi
index 19099ccc..e3b1555b 100644
--- a/doc/grep.texi
+++ b/doc/grep.texi
@@ -323,7 +323,6 @@ which only covers the color for matched text.
Suppress normal output;
instead print the name of each input file from which
no output would normally have been printed.
-The scanning of each file stops on the first match.
@item -l
@itemx --files-with-matches
@@ -333,7 +332,7 @@ The scanning of each file stops on the first match.
Suppress normal output;
instead print the name of each input file from which
output would normally have been printed.
-The scanning of each file stops on the first match.
+Scanning each input file stops upon first match.
(@option{-l} is specified by POSIX.)
@item -m @var{num}