summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2017-06-24 13:05:54 -0700
committerJim Meyering <meyering@fb.com>2017-06-24 19:52:13 -0700
commitb00df714d9d811f11682930b43de6ed1ef650e1c (patch)
treec38c9cd9051e123d9b16edeb89d9c83acb1c637b
parentbe203db8a6435472f296793dae0a8a23f6a938c4 (diff)
downloadgrep-b00df714d9d811f11682930b43de6ed1ef650e1c.tar.gz
doc: stop calling --perl-regexp (-P) "highly" experimental
Use wording that is less likely to make readers think that support for -P may be removed. * doc/grep.in.1: s/highly experimental/experimental/ * doc/grep.texi: Likewise. Suggested by Evan Sheahan.
-rw-r--r--doc/grep.in.12
-rw-r--r--doc/grep.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/grep.in.1 b/doc/grep.in.1
index 367501f1..40c95862 100644
--- a/doc/grep.in.1
+++ b/doc/grep.in.1
@@ -108,7 +108,7 @@ This is the default.
.TP
.BR \-P ", " \-\^\-perl\-regexp
Interpret the pattern as a Perl-compatible regular expression (PCRE).
-This is highly experimental and
+This is experimental and
.B "grep \-P"
may warn of unimplemented features.
.SS "Matching Control"
diff --git a/doc/grep.texi b/doc/grep.texi
index 28413e0c..abe7eb9c 100644
--- a/doc/grep.texi
+++ b/doc/grep.texi
@@ -1112,7 +1112,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
+This is experimental, particularly when combined with
the @option{-z} (@option{--null-data}) option, and
@samp{grep@ -P} may warn of unimplemented features.
@xref{Other Options}.