1 --- _SB/Libc/string/FreeBSD/memcpy.3 2003-05-20 15:23:54.000000000 -0700
2 +++ _SB/Libc/string/FreeBSD/memcpy.3.edit 2006-06-28 16:55:53.000000000 -0700
14 -.Fn memcpy "void *dst" "const void *src" "size_t len"
16 +.Fa "void *restrict s1"
17 +.Fa "const void *restrict s2"
31 +bytes from memory area
39 +overlap, behavior is undefined.
40 +Applications in which
44 +might overlap should use
51 returns the original value of
62 -In this implementation
66 -and therefore the strings may overlap.
67 -On other systems, copying overlapping strings may produce surprises.
68 -Programs intended to be portable should use