]> git.saurik.com Git - apple/libc.git/blobdiff - string/FreeBSD/strlcpy.3
Libc-1082.20.4.tar.gz
[apple/libc.git] / string / FreeBSD / strlcpy.3
index 1afd8d81032f0839a49b89f33376edfb6331ec29..3cf8bc203f0d8b518d650e2b0ed220fbcada0c8e 100644 (file)
@@ -103,6 +103,9 @@ to the end of
 It will append at most
 .Fa size
 - strlen(dst) - 1 bytes, NUL-terminating the result.
+.Pp
+The source and destination strings should not overlap, as the
+behavior is undefined.
 .Sh RETURN VALUES
 The
 .Fn strlcpy