summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorenami <enami@NetBSD.org>2000-07-05 05:25:28 +0000
committerenami <enami@NetBSD.org>2000-07-05 05:25:28 +0000
commitf089d431f31a3bc523debf2c8fe39c22aecd795a (patch)
tree673431e1ba6a2c80615ac02a1009d5af3f53384a /lib/libc/string
parentbd29eb7984938c1976effab6d25c97915b269480 (diff)
s/Xt/Xr/
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