Index: lib/libc/string/memcpy.3 =================================================================== --- lib/libc/string/memcpy.3 +++ lib/libc/string/memcpy.3 @@ -77,17 +77,3 @@ function conforms to .St -isoC . -.Sh BUGS -In this implementation -.Fn memcpy -is implemented using -.Xr bcopy 3 , -and therefore the strings may overlap. -On other systems, copying overlapping strings may produce surprises. -Programs intended to be portable should use -.Xr memmove 3 -when -.Fa src -and -.Fa dst -may overlap.