1 --- strlcpy.3.orig 2008-02-29 10:45:51.000000000 -0800
2 +++ strlcpy.3 2008-02-29 12:11:21.000000000 -0800
6 - strlen(dst) - 1 bytes, NUL-terminating the result.
8 +The source and destination strings should not overlap, as the
9 +behavior is undefined.