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.326
1 files changed, 13 insertions, 13 deletions
diff --git a/man3/pthread_attr_setdetachstate.3 b/man3/pthread_attr_setdetachstate.3
index 4c1828db7..2e9c296e4 100644
--- a/man3/pthread_attr_setdetachstate.3
+++ b/man3/pthread_attr_setdetachstate.3
@@ -68,7 +68,7 @@ An invalid value was specified in
.IR detachstate .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -87,29 +87,29 @@ POSIX.1-2008.
POSIX.1-2001.
.SH NOTES
See
-.BR pthread_create (3)
+.MR pthread_create 3
for more details on detached and joinable threads.
.P
A thread that is created in a joinable state should
eventually either be joined using
-.BR pthread_join (3)
+.MR pthread_join 3
or detached using
-.BR pthread_detach (3);
+.MR pthread_detach 3 ;
see
-.BR pthread_create (3).
+.MR pthread_create 3 .
.P
It is an error to specify the thread ID of
a thread that was created in a detached state
in a later call to
-.BR pthread_detach (3)
+.MR pthread_detach 3
or
-.BR pthread_join (3).
+.MR pthread_join 3 .
.SH EXAMPLES
See
-.BR pthread_attr_init (3).
+.MR pthread_attr_init 3 .
.SH SEE ALSO
-.BR pthread_attr_init (3),
-.BR pthread_create (3),
-.BR pthread_detach (3),
-.BR pthread_join (3),
-.BR pthreads (7)
+.MR pthread_attr_init 3 ,
+.MR pthread_create 3 ,
+.MR pthread_detach 3 ,
+.MR pthread_join 3 ,
+.MR pthreads 7