diff options
| author | abhinav <abhinav@NetBSD.org> | 2017-10-22 15:48:11 +0000 |
|---|---|---|
| committer | abhinav <abhinav@NetBSD.org> | 2017-10-22 15:48:11 +0000 |
| commit | 932e5bbf99df201003af68035458a324bdadc8dd (patch) | |
| tree | 7d970dd2404c8bd8715ce55922e7b29b7375335d /lib/libpthread | |
| parent | 4d33e07ea5bb6cfa0b2e87491b0cdf8f574d93a7 (diff) | |
Add pthread_attr_setdetachstate to NAME section
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/pthread_attr_getdetachstate.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libpthread/pthread_attr_getdetachstate.3 b/lib/libpthread/pthread_attr_getdetachstate.3 index aaf2a9def11..17fd9ac22d5 100644 --- a/lib/libpthread/pthread_attr_getdetachstate.3 +++ b/lib/libpthread/pthread_attr_getdetachstate.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: pthread_attr_getdetachstate.3,v 1.2 2010/07/09 08:51:28 jruoho Exp $ +.\" $NetBSD: pthread_attr_getdetachstate.3,v 1.3 2017/10/22 15:48:11 abhinav Exp $ .\" .\" Copyright (c) 2002, 2010 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -57,7 +57,8 @@ .Dt PTHREAD_ATTR_GETDETACHSTATE 3 .Os .Sh NAME -.Nm pthread_attr_getdetachstate +.Nm pthread_attr_getdetachstate , +.Nm pthread_attr_setdetachstate .Nd get and set the .Dq detach state attribute |
