summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2016-11-19 10:55:25 -0800
committerJim Meyering <meyering@fb.com>2016-11-19 10:55:25 -0800
commitda94c91a81fc63275371d0580d8688b6abd85346 (patch)
treeaa34fac9f2583e72f33b09dfe05bdf6c57a135ca /doc
parent6a3f4e447af3698b1e26337211a587ff54aab99d (diff)
downloadgrep-da94c91a81fc63275371d0580d8688b6abd85346.tar.gz
doc: fix a doubled "the"
* doc/grep.texi (--perl-regexp): s/the\nthe/the/
Diffstat (limited to 'doc')
-rw-r--r--doc/grep.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/grep.texi b/doc/grep.texi
index 3a12dce2..a579e8ee 100644
--- a/doc/grep.texi
+++ b/doc/grep.texi
@@ -1126,7 +1126,7 @@ expressions), separated by newlines, any of which is to be matched.
@opindex --perl-regexp
@cindex matching Perl-compatible regular expressions
Interpret the pattern as a Perl-compatible regular expression (PCRE).
-This is highly experimental, particularly when combined with the
+This is highly experimental, particularly when combined with
the @option{-z} (@option{--null-data}) option, and
@samp{grep@ -P} may warn of unimplemented features.
@xref{Other Options}.