diff options
author | 2003-07-04 17:37:07 +0000 | |
---|---|---|
committer | 2003-07-04 17:37:07 +0000 | |
commit | 1ba3174772658d281f37df4d297ecec7213ddbe1 (patch) | |
tree | 33c91d9feb2df3ec4c8eef0ecd31431e7f6abe1b /usr.bin/diff/diff.1 | |
parent | 'static const char rcsid[]' to make it -Wall clean (diff) | |
download | wireguard-openbsd-1ba3174772658d281f37df4d297ecec7213ddbe1.tar.xz wireguard-openbsd-1ba3174772658d281f37df4d297ecec7213ddbe1.zip |
Kill diff -h, we don't use or want diffh. Discussed w/ tedu@
Diffstat (limited to 'usr.bin/diff/diff.1')
-rw-r--r-- | usr.bin/diff/diff.1 | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1 index c573307a4ca..a2b45be3ff3 100644 --- a/usr.bin/diff/diff.1 +++ b/usr.bin/diff/diff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diff.1,v 1.8 2003/06/28 18:33:39 jmc Exp $ +.\" $OpenBSD: diff.1,v 1.9 2003/07/04 17:37:07 millert Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -40,7 +40,7 @@ .Op Fl abitw .Oo .Fl c | Fl e | Fl f | -.Fl h | Fl n | Fl u +.Fl n | Fl u .Oc .Ar file1 file2 .Nm diff @@ -59,7 +59,7 @@ .Op Fl abitw .Oo .Fl c | Fl e | Fl f | -.Fl h | Fl n | Fl u +.Fl n | Fl u .Oc .Op Fl l .Op Fl r @@ -121,11 +121,6 @@ Identical output to that of the flag, but in reverse order. It cannot be digested by .Xr ed 1 . -.It Fl h -Invokes an alternate algorithm which can handle files of very long lengths. -There is a trade off. -The algorithm can only deal with changes which are clearly delimited and brief. -Long sections of changes and overlaps will confuse it. .It Fl n Produces a script similar to that of .Fl e , @@ -377,13 +372,6 @@ Temporary file used when is a device or stdin. .It Pa /usr/bin/diff For directory diffs. -.It Pa /usr/bin/diffh -Alternate algorithm version (used by option -.Fl h ) . -.It Pa /usr/bin/pr -Used by the -.Fl l -option. .El .Sh DIAGNOSTICS The |