freebsd-dev/usr.bin/grep
Ed Maste 6b91f51703 bsdgrep: document ignored option -u
MSDOS and Windows GNU grep uses -u to mean "print byte offsets as if
running on an UNIX system." The option has no effect on systems that
do not use CRLF line endings.

PR:		171200
Submitted by:	deeptech71@gmail.com, Anders Jensen-Waud
MFC after:	1 month
2017-02-19 17:40:24 +00:00
..
nls
regex Fix a segfault in bsdgrep when parsing the invalid extended regexps "?" 2016-08-02 20:25:22 +00:00
tests
file.c bsdgrep: fix EOF handling with --mmap 2017-02-19 17:23:27 +00:00
grep.1 bsdgrep: document ignored option -u 2017-02-19 17:40:24 +00:00
grep.c Remove usage of _WITH_GETLINE from usr.bin 2016-07-30 01:07:47 +00:00
grep.h
Makefile
Makefile.depend
queue.c
util.c Call basename() in a portable way. 2016-07-28 15:19:47 +00:00