From 1ba3174772658d281f37df4d297ecec7213ddbe1 Mon Sep 17 00:00:00 2001 From: millert Date: Fri, 4 Jul 2003 17:37:07 +0000 Subject: Kill diff -h, we don't use or want diffh. Discussed w/ tedu@ --- usr.bin/diff/diff.1 | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'usr.bin/diff/diff.1') 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 -- cgit v1.2.3-59-g8ed1b