diff options
author | 2015-10-05 20:15:00 +0000 | |
---|---|---|
committer | 2015-10-05 20:15:00 +0000 | |
commit | 40e7295b4ba441dfe69421af3a469a5dfbf9a3e8 (patch) | |
tree | 4410a81ab7d2118ffe0b1f67e7e4dc19a16466a5 /usr.bin/diff/diff.1 | |
parent | Add support for !:strength modifier to adjust strength of a test. (diff) | |
download | wireguard-openbsd-40e7295b4ba441dfe69421af3a469a5dfbf9a3e8.tar.xz wireguard-openbsd-40e7295b4ba441dfe69421af3a469a5dfbf9a3e8.zip |
Remove the non-standard -l flag that pipes the output through pr(1).
Based on a diff from and OK deraadt@
Diffstat (limited to 'usr.bin/diff/diff.1')
-rw-r--r-- | usr.bin/diff/diff.1 | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1 index 51a3246342e..5ce4c826d77 100644 --- a/usr.bin/diff/diff.1 +++ b/usr.bin/diff/diff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diff.1,v 1.43 2014/02/13 14:52:53 jmc Exp $ +.\" $OpenBSD: diff.1,v 1.44 2015/10/05 20:15:00 millert Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)diff.1 8.1 (Berkeley) 6/30/93 .\" -.Dd $Mdocdate: February 13 2014 $ +.Dd $Mdocdate: October 5 2015 $ .Dt DIFF 1 .Os .Sh NAME @@ -37,7 +37,7 @@ .Nd differential file and directory comparator .Sh SYNOPSIS .Nm diff -.Op Fl abdilpTtw +.Op Fl abdipTtw .Oo .Fl c | e | f | .Fl n | q | u @@ -224,14 +224,6 @@ Print .Ar label instead of the first (and second, if this option is specified twice) file name and time in the context or unified diff header. -.It Fl l -Long output format; each text file -.Nm diff Ns \'d -is piped through -.Xr pr 1 -to paginate it; -other differences are remembered and summarized -after all text file differences are reported. .It Fl p With unified and context diffs, show with each change the first 40 characters of the last line before the context beginning |