Loading...
string/memccpy.3 Libc-498.1.1 Libc-583
--- Libc/Libc-498.1.1/string/memccpy.3
+++ Libc/Libc-583/string/memccpy.3
@@ -69,6 +69,9 @@
 Otherwise,
 .Fa n
 bytes are copied, and a NULL pointer is returned.
+.Pp
+The source and destination strings should not overlap, as the
+behavior is undefined.
 .Sh SEE ALSO
 .Xr bcopy 3 ,
 .Xr memcpy 3 ,