freebsd-src/usr.bin/grep
Kyle Evans 4c14980baa grep: fix/remove references to -P
-P in gnugrepland means PCRE, which we do not support.  We may eventually
support it if onigmo ends up getting imported as a more performant regex
implementation, and we can re-add it properly in these places (and more)
when that time comes.

The optstr change is a functional nop; the case was not explicitly handled,
thus ending in usage() anyways.

Reported by:	Vladimir Misev (via twitter)
2021-11-10 00:42:42 -06:00
..
tests
file.c
grep.1 grep: fix/remove references to -P 2021-11-10 00:42:42 -06:00
grep.c grep: fix/remove references to -P 2021-11-10 00:42:42 -06:00
grep.h
Makefile
Makefile.depend
Makefile.depend.options
queue.c
util.c grep: fix combination of quite and count flag 2021-07-09 14:09:14 +02:00
zgrep.1
zgrep.sh