diff options
author | 2013-01-20 11:19:12 +0000 | |
---|---|---|
committer | 2013-01-20 11:19:12 +0000 | |
commit | b0a9c477c3fa040c00ca833271242d08aa88dfe1 (patch) | |
tree | d39ec12b59afe9dd5b9e793c4ca14f0eae94a896 /usr.bin/diff/diff.1 | |
parent | Add viomb(4). (diff) | |
download | wireguard-openbsd-b0a9c477c3fa040c00ca833271242d08aa88dfe1.tar.xz wireguard-openbsd-b0a9c477c3fa040c00ca833271242d08aa88dfe1.zip |
remove obsolete BUGS (cmp is not run internally); ok otto
Diffstat (limited to 'usr.bin/diff/diff.1')
-rw-r--r-- | usr.bin/diff/diff.1 | 20 |
1 files changed, 2 insertions, 18 deletions
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. |