strlcpy.3: Use OpenBSD's revamped description of strlcpy and strlcat.
authorSascha Wildner <saw@online.de>
Mon, 4 Nov 2013 19:21:30 +0000 (20:21 +0100)
committerSascha Wildner <saw@online.de>
Mon, 4 Nov 2013 19:21:30 +0000 (20:21 +0100)
commit2689585aac97314fe18dbf2b045cf2e30254da18
treec45826eff8fd3fc047c1593430fe622a3b146333
parenta5c6fa83591dbf1e70eb3bd2af4be62e2020812f
strlcpy.3: Use OpenBSD's revamped description of strlcpy and strlcat.

This is FreeBSD's r257646.

Submitted-by: Eitan Adler <eadler@freebsd.org>
From their commit msg:

This explanation is supposed to be simpler and better.  In particular
"comparing it to the snprintf API provides lots of value, since it raises the
bar on understanding, so that programmers/auditors will a better job calling
all 3 of these functions."
lib/libc/string/strlcpy.3