summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/strdup.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/strdup.3 b/lib/libc/string/strdup.3
index a3b14077aa5..7dbbafde56e 100644
--- a/lib/libc/string/strdup.3
+++ b/lib/libc/string/strdup.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strdup.3 8.1 (Berkeley) 6/9/93
-.\" $NetBSD: strdup.3,v 1.7 1998/02/05 18:50:49 perry Exp $
+.\" $NetBSD: strdup.3,v 1.8 2000/07/05 05:25:28 enami Exp $
.\"
.Dd June 9, 1993
.Dt STRDUP 3
@@ -60,8 +60,8 @@ If insufficient memory is available, NULL is returned.
.Sh SEE ALSO
.Xr free 3 ,
.Xr malloc 3 ,
-.Xt strcpy 3 ,
-.Xt strlen 3
+.Xr strcpy 3 ,
+.Xr strlen 3
.Sh HISTORY
The
.Fn strdup