summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strdup.3
diff options
context:
space:
mode:
authorderaadt <>2003-04-07 18:53:58 +0000
committerderaadt <>2003-04-07 18:53:58 +0000
commit2e16b96555b816a5ce5d09c19f5bea993eebced4 (patch)
tree6ed9cb4d90df0419ed7a22effba514300833c6f1 /src/lib/libc/string/strdup.3
parent076c25d273764c843263b4783f51a4972e8c301b (diff)
downloadopenbsd-2e16b96555b816a5ce5d09c19f5bea993eebced4.tar.gz
openbsd-2e16b96555b816a5ce5d09c19f5bea993eebced4.tar.bz2
openbsd-2e16b96555b816a5ce5d09c19f5bea993eebced4.zip
Xr to strlcpy and strlcat more; ok millert
Diffstat (limited to 'src/lib/libc/string/strdup.3')
-rw-r--r--src/lib/libc/string/strdup.33
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/string/strdup.3 b/src/lib/libc/string/strdup.3
index 9c154c7d70..a0dc705f66 100644
--- a/src/lib/libc/string/strdup.3
+++ b/src/lib/libc/string/strdup.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: strdup.3,v 1.10 2000/04/21 15:32:15 aaron Exp $ 1.\" $OpenBSD: strdup.3,v 1.11 2003/04/07 18:53:58 deraadt Exp $
2.\" 2.\"
3.\" Copyright (c) 1990, 1991, 1993 3.\" Copyright (c) 1990, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -79,6 +79,7 @@ for any of the errors specified for the library function
79.Xr free 3 , 79.Xr free 3 ,
80.Xr malloc 3 , 80.Xr malloc 3 ,
81.Xr strcpy 3 , 81.Xr strcpy 3 ,
82.Xr strlcpy 3 ,
82.Xr strlen 3 83.Xr strlen 3
83.Sh HISTORY 84.Sh HISTORY
84The 85The