diff options
Diffstat (limited to 'src/lib/libc/string/strdup.3')
-rw-r--r-- | src/lib/libc/string/strdup.3 | 3 |
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 |
84 | The | 85 | The |