svn commit: r315590 - head/usr.bin/diff

Ngie Cooper ngie at FreeBSD.org
Sun Mar 19 21:49:17 UTC 2017


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


More information about the svn-src-head mailing list