diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2020-06-14 05:59:30 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2020-06-14 05:59:30 +0000 |
| commit | e0f7c06de24828c83c424b6caba8b7e5fe75f5b2 (patch) | |
| tree | 87c4f4836a0e865c2963bcba9ef5e27123a92581 /lib/libc/string | |
| parent | 932a690c5171c2614d94e62930048070bc04abc7 (diff) | |
Notes
Diffstat (limited to 'lib/libc/string')
| -rw-r--r-- | lib/libc/string/strlcpy.3 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/libc/string/strlcpy.3 b/lib/libc/string/strlcpy.3 index 30a758840ce78..e659078a6ee04 100644 --- a/lib/libc/string/strlcpy.3 +++ b/lib/libc/string/strlcpy.3 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 26, 2016 +.Dd May 1, 2020 .Dt STRLCPY 3 .Os .Sh NAME @@ -189,6 +189,16 @@ As a matter of fact, the first version of this manual page got it wrong. .Xr strncat 3 , .Xr strncpy 3 , .Xr wcslcpy 3 +.Rs +.%A Todd C. Miller +.%A Theo de Raadt +.%T strlcpy and strlcat -- Consistent, Safe, String Copy and Concatenation +.%I USENIX Association +.%B Proceedings of the FREENIX Track: 1999 USENIX Annual Technical Conference +.%D June 6-11, 1999 +.%U http://www.usenix.org/publications/library/proceedings/usenix99/ +.%U full_papers/millert/millert.pdf +.Re .Sh HISTORY The .Fn strlcpy |
