1 --- memcpy.3.bsdnew 2009-11-18 18:24:32.000000000 -0800
2 +++ memcpy.3 2009-11-18 18:24:32.000000000 -0800
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
57 @@ -72,17 +88,3 @@ The
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