summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-01-02 01:10:10 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2020-01-02 01:10:42 -0800
commit83a50fa46687ae9cd13d0bbc85cc093306228236 (patch)
tree86b8fadf995269736961fab29cb7efbccc6d7161
parent3ab01fbbb0465d78e9eb9d11a5325354f24ab9bb (diff)
downloadgrep-83a50fa46687ae9cd13d0bbc85cc093306228236.tar.gz
doc: fix missing “more” in man page
Problem reported by Philippe Schnoebelen (Bug#34078). * doc/grep.in.1: Add missing “more”.
-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 4ced95f3..91c0bcac 100644
--- a/doc/grep.in.1
+++ b/doc/grep.in.1
@@ -166,7 +166,7 @@ searches for
in each
.IR FILE .
.I PATTERNS
-is one or patterns separated by newline characters, and
+is one or more patterns separated by newline characters, and
.B grep
prints each line that matches a pattern.
Typically