summaryrefslogtreecommitdiff
path: root/usr.bin/diff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2013-01-20 11:19:13 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2013-01-20 11:19:13 +0000
commit3dd5cdf7689319f4b7aa72ac645d3ff1d6383dcb (patch)
tree71cd6e2311c4de4bb87621c19861bed9d1f52cba /usr.bin/diff
parent8f2b0ef84d1f366ef6aa1044f54e973f17c73ad5 (diff)
remove obsolete BUGS (cmp is not run internally); ok otto
Diffstat (limited to 'usr.bin/diff')
-rw-r--r--usr.bin/diff/diff.120
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.