1 --- bcmp.3.bsdnew 2009-11-18 18:24:31.000000000 -0800
2 +++ bcmp.3 2009-11-18 18:24:31.000000000 -0800
7 -.Fn bcmp "const void *b1" "const void *b2" "size_t len"
8 +.Fn bcmp "const void *s1" "const void *s2" "size_t n"
19 returning zero if they are identical, non-zero otherwise.
20 Both strings are assumed to be
24 Zero-length strings are always identical.