https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252515
--- Comment #1 from Ed Maste <[email protected]> --- Interesting; GNU diff behaves as you expected: $ diff -qw a b; echo $? Files a and b differ 1 $ gdiff -qw a b; echo $? 0 That said I think the behaviour of BSD diff is more useful; in any case the man page needs to be more clear. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
