aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2006-10-10 01:57:25 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2006-10-10 01:57:25 +0000
commitca56b49e0e7f4b20c32ac4290dd792211d6bc111 (patch)
tree645168a80f470bcfee693da859464ac4147e327b /gnu
parent10b6de5e58ad99593b6f0341770535ce5533df8a (diff)
downloadsrc-ca56b49e0e7f4b20c32ac4290dd792211d6bc111.tar.gz
src-ca56b49e0e7f4b20c32ac4290dd792211d6bc111.zip
grep -P xxx file.txt
"The -P option is not supported" Removed from the manual page via this commit. PR: 99831
Notes
Notes: svn path=/head/; revision=163188
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/grep/grep.15
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/usr.bin/grep/grep.1 b/gnu/usr.bin/grep/grep.1
index e13a00099433..7736f8088ca8 100644
--- a/gnu/usr.bin/grep/grep.1
+++ b/gnu/usr.bin/grep/grep.1
@@ -202,11 +202,6 @@ Interpret
as a list of fixed strings, separated by newlines,
any of which is to be matched.
.TP
-.BR \-P ", " \-\^\-perl-regexp
-Interpret
-.I PATTERN
-as a Perl regular expression.
-.TP
.BI \-f " FILE" "\fR,\fP \-\^\-file=" FILE
Obtain patterns from
.IR FILE ,