Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 May 2017 15:51:17 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r318650 - in stable: 10/usr.bin/grep 11/usr.bin/grep
Message-ID:  <201705221551.v4MFpHAh075531@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Mon May 22 15:51:17 2017
New Revision: 318650
URL: https://svnweb.freebsd.org/changeset/base/318650

Log:
  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

Modified:
  stable/11/usr.bin/grep/grep.1
Directory Properties:
  stable/11/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/10/usr.bin/grep/grep.1
Directory Properties:
  stable/10/   (props changed)

Modified: stable/11/usr.bin/grep/grep.1
==============================================================================
--- stable/11/usr.bin/grep/grep.1	Mon May 22 15:29:10 2017	(r318649)
+++ stable/11/usr.bin/grep/grep.1	Mon May 22 15:51:17 2017	(r318650)
@@ -352,6 +352,8 @@ Nonexistent and unreadable files are ign
 (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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705221551.v4MFpHAh075531>