diff options
author | 2003-07-04 17:50:24 +0000 | |
---|---|---|
committer | 2003-07-04 17:50:24 +0000 | |
commit | e1b11c9e5e0f50a509c3432dd9b39cb95b3c5d4c (patch) | |
tree | 089e94cb31544ff21dc0c1248430797f13b21da6 /usr.bin/diff/diff.1 | |
parent | Kill diff -h, we don't use or want diffh. Discussed w/ tedu@ (diff) | |
download | wireguard-openbsd-e1b11c9e5e0f50a509c3432dd9b39cb95b3c5d4c.tar.xz wireguard-openbsd-e1b11c9e5e0f50a509c3432dd9b39cb95b3c5d4c.zip |
Kill non-standard -l option as discussed with tedu@
Diffstat (limited to 'usr.bin/diff/diff.1')
-rw-r--r-- | usr.bin/diff/diff.1 | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1 index a2b45be3ff3..3518ca11573 100644 --- a/usr.bin/diff/diff.1 +++ b/usr.bin/diff/diff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diff.1,v 1.9 2003/07/04 17:37:07 millert Exp $ +.\" $OpenBSD: diff.1,v 1.10 2003/07/04 17:50:24 millert Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -61,7 +61,6 @@ .Fl c | Fl e | Fl f | .Fl n | Fl u .Oc -.Op Fl l .Op Fl r .Op Fl s .Op Fl S Ar name @@ -198,14 +197,6 @@ will compare equal to .Pp Directory comparison options: .Bl -tag -width Ds -.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 r Causes application of .Nm @@ -387,7 +378,6 @@ Differences were found. An error occurred. .El .Sh SEE ALSO -.Xr cc 1 , .Xr cmp 1 , .Xr comm 1 , .Xr diff3 1 , |