From 6bcddc9ccd1f9f77ede92dbc75898b9ffc99c2bb Mon Sep 17 00:00:00 2001 From: jmc <> Date: Wed, 19 May 2010 06:32:43 +0000 Subject: tweak previous; --- src/lib/libc/string/strdup.3 | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'src/lib/libc/string/strdup.3') diff --git a/src/lib/libc/string/strdup.3 b/src/lib/libc/string/strdup.3 index 05dcb794f0..42a578b913 100644 --- a/src/lib/libc/string/strdup.3 +++ b/src/lib/libc/string/strdup.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strdup.3,v 1.16 2010/05/18 22:24:55 tedu Exp $ +.\" $OpenBSD: strdup.3,v 1.17 2010/05/19 06:32:43 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)strdup.3 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: May 18 2010 $ +.Dd $Mdocdate: May 19 2010 $ .Dt STRDUP 3 .Os .Sh NAME @@ -91,20 +91,19 @@ for any of the errors specified for the library function .Xr strcpy 3 , .Xr strlcpy 3 , .Xr strlen 3 +.Sh STANDARDS +The +.Fn strdup +and +.Fn strndup +functions conform to +.St -p1003.1-2008 . .Sh HISTORY The .Fn strdup function first appeared in .Bx 4.4 . -.Pp The .Fn strndup function first appeared in .Ox 4.8 . -.Sh STANDARDS -The -.Fn strdup -and -.Fn strndup -functions conform to -.St -p1003.1-2008 . -- cgit v1.2.3-55-g6feb