1 --- _SB/Libc/string/FreeBSD/bcopy.3 2004-11-25 11:38:46.000000000 -0800
2 +++ _SB/Libc/string/FreeBSD/bcopy.3.edit 2006-06-28 16:55:53.000000000 -0700
7 -.Fn bcopy "const void *src" "void *dst" "size_t len"
8 +.Fn bcopy "const void *s1" "void *s2" "size_t n"
22 The two strings may overlap.
26 is zero, no bytes are copied.