1 --- strlcpy.3.bsdnew 2009-11-18 18:24:34.000000000 -0800
2 +++ strlcpy.3 2009-11-18 18:24:34.000000000 -0800
3 @@ -103,6 +103,9 @@ to the end of
6 - strlen(dst) - 1 bytes, NUL-terminating the result.
8 +The source and destination strings should not overlap, as the
9 +behavior is undefined.