=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/diff/diff.1,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- src/usr.bin/diff/diff.1 2011/02/03 08:19:55 1.40 +++ src/usr.bin/diff/diff.1 2013/01/20 11:19:12 1.41 @@ -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 @@ .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.