Author: ngie Date: Wed Mar 15 17:54:47 2017 New Revision: 315319 URL: https://svnweb.freebsd.org/changeset/base/315319
Log: diff(1): sort long options under -D example in SYNOPSYS Sponsored by: Dell EMC Isilon Modified: head/usr.bin/diff/diff.1 Modified: head/usr.bin/diff/diff.1 ============================================================================== --- head/usr.bin/diff/diff.1 Wed Mar 15 17:43:45 2017 (r315318) +++ head/usr.bin/diff/diff.1 Wed Mar 15 17:54:47 2017 (r315319) @@ -30,7 +30,7 @@ .\" @(#)diff.1 8.1 (Berkeley) 6/30/93 .\" $FreeBSD$ .\" -.Dd March 11, 2017 +.Dd March 15, 2017 .Dt DIFF 1 .Os .Sh NAME @@ -79,8 +79,8 @@ .Op Fl -ignore-case .Op Fl -no-ignore-case .Op Fl -normal -.Op Fl -tabsize .Op Fl -strip-trailing-cr +.Op Fl -tabsize .Fl U Ar number .Ar file1 file2 .Nm diff _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
