From b0a9c477c3fa040c00ca833271242d08aa88dfe1 Mon Sep 17 00:00:00 2001 From: jmc Date: Sun, 20 Jan 2013 11:19:12 +0000 Subject: remove obsolete BUGS (cmp is not run internally); ok otto --- usr.bin/diff/diff.1 | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'usr.bin/diff/diff.1') diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1 index fd627f2d31b..7d36534caba 100644 --- a/usr.bin/diff/diff.1 +++ b/usr.bin/diff/diff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diff.1,v 1.40 2011/02/03 08:19:55 jmc Exp $ +.\" $OpenBSD: diff.1,v 1.41 2013/01/20 11:19:12 jmc 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 3 2011 $ +.Dd $Mdocdate: January 20 2013 $ .Dt DIFF 1 .Os .Sh NAME @@ -494,19 +494,3 @@ A .Nm command appeared in .At v6 . -.Sh BUGS -When comparing directories with the -.Fl b , -.Fl w -or -.Fl i -options specified, -.Nm -first compares the files ala -.Xr cmp 1 , -and then decides to run the -.Nm -algorithm if they are not equal. -This may cause a small amount of spurious output if the files -then turn out to be identical because the only differences are -insignificant whitespace or case differences. -- cgit v1.2.3-59-g8ed1b