diff options
author | 2003-04-07 18:53:58 +0000 | |
---|---|---|
committer | 2003-04-07 18:53:58 +0000 | |
commit | f861ae8dcbebbef04e461808abe41fa4c2f72064 (patch) | |
tree | 208f6ae5b74da4f87b4982916a3480c3fae58d51 /lib/libc/string/strdup.3 | |
parent | Change wd1 and wd2 from pointers to arrays. This removes the need (diff) | |
download | wireguard-openbsd-f861ae8dcbebbef04e461808abe41fa4c2f72064.tar.xz wireguard-openbsd-f861ae8dcbebbef04e461808abe41fa4c2f72064.zip |
Xr to strlcpy and strlcat more; ok millert
Diffstat (limited to 'lib/libc/string/strdup.3')
-rw-r--r-- | lib/libc/string/strdup.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/string/strdup.3 b/lib/libc/string/strdup.3 index 9c154c7d70f..a0dc705f662 100644 --- a/lib/libc/string/strdup.3 +++ b/lib/libc/string/strdup.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strdup.3,v 1.10 2000/04/21 15:32:15 aaron Exp $ +.\" $OpenBSD: strdup.3,v 1.11 2003/04/07 18:53:58 deraadt Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -79,6 +79,7 @@ for any of the errors specified for the library function .Xr free 3 , .Xr malloc 3 , .Xr strcpy 3 , +.Xr strlcpy 3 , .Xr strlen 3 .Sh HISTORY The |