From f089d431f31a3bc523debf2c8fe39c22aecd795a Mon Sep 17 00:00:00 2001 From: enami Date: Wed, 5 Jul 2000 05:25:28 +0000 Subject: s/Xt/Xr/ --- lib/libc/string/strdup.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libc/string') 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 -- cgit