summaryrefslogtreecommitdiffstats
path: root/man3/pthread_attr_setdetachstate.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_attr_setdetachstate.3')
-rw-r--r--man3/pthread_attr_setdetachstate.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/pthread_attr_setdetachstate.3 b/man3/pthread_attr_setdetachstate.3
index 3c0144809..c98494321 100644
--- a/man3/pthread_attr_setdetachstate.3
+++ b/man3/pthread_attr_setdetachstate.3
@@ -4,7 +4,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH pthread_attr_setdetachstate 3 2022-12-15 "Linux man-pages 6.03"
+.TH pthread_attr_setdetachstate 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
pthread_attr_setdetachstate, pthread_attr_getdetachstate \-
set/get detach state attribute in thread attributes object
@@ -69,23 +69,23 @@ An invalid value was specified in
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR pthread_attr_setdetachstate (),
.BR pthread_attr_getdetachstate ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-POSIX.1-2001, POSIX.1-2008.
+POSIX.1-2008.
+.SH HISTORY
+POSIX.1-2001.
.SH NOTES
See
.BR pthread_create (3)