Add the USENIX paper of Miller and de Raadt to SEE ALSO.
This commit is contained in:
parent
c741c01282
commit
16a83e93ba
|
@ -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.Miller@courtesan.com>
|
||||
|
@ -190,11 +190,22 @@ and
|
|||
.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
|
||||
|
|
Loading…
Reference in New Issue