Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 2017 21:49:15 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r315590 - head/usr.bin/diff
Message-ID:  <201703192149.v2JLnFWB046776@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sun Mar 19 21:49:15 2017
New Revision: 315590
URL: https://svnweb.freebsd.org/changeset/base/315590

Log:
  diff(1): add --strip-trailing-cr to last example in the SYNOPSIS
  
  This syncs the last example in the SYNOPSIS with the other examples.
  
  Reviewed by:	bapt
  Sponsored by:	Dell EMC Isilon
  Differential Revision:	D10017

Modified:
  head/usr.bin/diff/diff.1

Modified: head/usr.bin/diff/diff.1
==============================================================================
--- head/usr.bin/diff/diff.1	Sun Mar 19 21:28:37 2017	(r315589)
+++ head/usr.bin/diff/diff.1	Sun Mar 19 21:49:15 2017	(r315590)
@@ -30,7 +30,7 @@
 .\"     @(#)diff.1	8.1 (Berkeley) 6/30/93
 .\" $FreeBSD$
 .\"
-.Dd March 15, 2017
+.Dd March 19, 2017
 .Dt DIFF 1
 .Os
 .Sh NAME
@@ -92,6 +92,7 @@
 .Op Fl -ignore-case
 .Op Fl -no-ignore-case
 .Op Fl -normal
+.Op Fl -strip-trailing-cr
 .Op Fl -tabsize
 .Op Fl I Ar pattern
 .Bk -words



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