diff options
author | trhodes <trhodes@FreeBSD.org> | 2006-10-10 01:57:25 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2006-10-10 01:57:25 +0000 |
commit | 6bf3709af8216dfaeb844e1f6740710393f98cb7 (patch) | |
tree | 645168a80f470bcfee693da859464ac4147e327b /gnu/usr.bin | |
parent | 2f46986e2f8d13e847ee3e9bae6277c90d957298 (diff) | |
download | FreeBSD-src-6bf3709af8216dfaeb844e1f6740710393f98cb7.zip FreeBSD-src-6bf3709af8216dfaeb844e1f6740710393f98cb7.tar.gz |
grep -P xxx file.txt
"The -P option is not supported"
Removed from the manual page via this commit.
PR: 99831
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/grep/grep.1 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/usr.bin/grep/grep.1 b/gnu/usr.bin/grep/grep.1 index e13a000..7736f80 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 , |