summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2017-05-22 15:51:17 +0000
committergjb <gjb@FreeBSD.org>2017-05-22 15:51:17 +0000
commitbbe811d1844b78d3d6fbbbd22ec0784ebdbff535 (patch)
tree25ed35ffc4d59ec3f94e6823d9c161fd89db18fc /usr.bin
parenta90059fea807e2f131e92348662d3114bcda3ad4 (diff)
downloadFreeBSD-src-bbe811d1844b78d3d6fbbbd22ec0784ebdbff535.zip
FreeBSD-src-bbe811d1844b78d3d6fbbbd22ec0784ebdbff535.tar.gz
MFC r313955 (emaste):
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 Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/grep/grep.12
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/grep/grep.1 b/usr.bin/grep/grep.1
index b3ba21a..923c346 100644
--- a/usr.bin/grep/grep.1
+++ b/usr.bin/grep/grep.1
@@ -352,6 +352,8 @@ Nonexistent and unreadable files are ignored
(i.e. their error messages are suppressed).
.It Fl U , Fl Fl binary
Search binary files, but do not attempt to print them.
+.It Fl u
+This option has no effect and is provided only for compatibility with GNU grep.
.It Fl V , Fl Fl version
Display version information and exit.
.It Fl v , Fl Fl invert-match
OpenPOWER on IntegriCloud