Module Name: src Committed By: jruoho Date: Wed Apr 14 11:07:20 UTC 2010
Modified Files: src/lib/libc/string: strlcpy.3 Log Message: Add the USENIX paper of Miller and de Raadt to SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libc/string/strlcpy.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/string/strlcpy.3 diff -u src/lib/libc/string/strlcpy.3:1.11 src/lib/libc/string/strlcpy.3:1.12 --- src/lib/libc/string/strlcpy.3:1.11 Thu Jun 26 12:25:22 2003 +++ src/lib/libc/string/strlcpy.3 Wed Apr 14 11:07:20 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: strlcpy.3,v 1.11 2003/06/26 12:25:22 wiz Exp $ +.\" $NetBSD: strlcpy.3,v 1.12 2010/04/14 11:07:20 jruoho Exp $ .\" from OpenBSD: strlcpy.3,v 1.11 2000/11/16 23:27:41 angelos Exp .\" .\" Copyright (c) 1998, 2000 Todd C. Miller <todd.mil...@courtesan.com> @@ -190,11 +190,22 @@ .Xr snprintf 3 , .Xr strncat 3 , .Xr strncpy 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 and .Fn strlcat -first appeared in +functions first appeared in .Ox 2.4 , then in .Nx 1.4.3