diff options
| author | jruoho <jruoho@NetBSD.org> | 2010-07-09 08:51:28 +0000 |
|---|---|---|
| committer | jruoho <jruoho@NetBSD.org> | 2010-07-09 08:51:28 +0000 |
| commit | 9c4ae7f5c2fef0e300beb637a5dd6fc26ce31b37 (patch) | |
| tree | a34b541b6cd33c3b423892b99d84b5a6a64048d8 /lib/libpthread/pthread_create.3 | |
| parent | b4d7d4fbfb775f9d89ff19c2cf970c487c92ad3f (diff) | |
Update conformance to the 2001 revision.
Diffstat (limited to 'lib/libpthread/pthread_create.3')
| -rw-r--r-- | lib/libpthread/pthread_create.3 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libpthread/pthread_create.3 b/lib/libpthread/pthread_create.3 index c33a9a2a78b..b72344fc643 100644 --- a/lib/libpthread/pthread_create.3 +++ b/lib/libpthread/pthread_create.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: pthread_create.3,v 1.6 2010/06/07 04:36:34 dholland Exp $ +.\" $NetBSD: pthread_create.3,v 1.7 2010/07/09 08:51:28 jruoho Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -54,7 +54,7 @@ .\" .\" $FreeBSD: src/lib/libpthread/man/pthread_create.3,v 1.16 2002/09/16 19:29:28 mini Exp $ .\" -.Dd June 6, 2010 +.Dd July 9, 2010 .Dt PTHREAD_CREATE 3 .Os .Sh NAME @@ -153,6 +153,5 @@ is invalid. .Xr pthread_exit 3 , .Xr pthread_join 3 .Sh STANDARDS -.Fn pthread_create -conforms to -.St -p1003.1-96 . +The function conforms to +.St -p1003.1-2001 . |
