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.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/pthread_attr_setdetachstate.3 b/man3/pthread_attr_setdetachstate.3
index 5bc302801..33e5573d6 100644
--- a/man3/pthread_attr_setdetachstate.3
+++ b/man3/pthread_attr_setdetachstate.3
@@ -33,8 +33,8 @@ set/get detach state attribute in thread attributes object
.PP
.BI "int pthread_attr_setdetachstate(pthread_attr_t *" attr \
", int " detachstate );
-.BI "int pthread_attr_getdetachstate(const pthread_attr_t *" attr \
-", int *" detachstate );
+.BI "int pthread_attr_getdetachstate(const pthread_attr_t *" attr ,
+.BI " int *" detachstate );
.PP
Compile and link with \fI\-pthread\fP.
.fi
@@ -128,7 +128,7 @@ See
.BR pthread_join (3),
.BR pthreads (7)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,