summaryrefslogtreecommitdiffstats
path: root/man3/pthread_attr_setscope.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_attr_setscope.3')
-rw-r--r--man3/pthread_attr_setscope.320
1 files changed, 10 insertions, 10 deletions
diff --git a/man3/pthread_attr_setscope.3 b/man3/pthread_attr_setscope.3
index b48d0dd7a..d9856f3b6 100644
--- a/man3/pthread_attr_setscope.3
+++ b/man3/pthread_attr_setscope.3
@@ -66,9 +66,9 @@ On systems that support multiple contention scopes, then,
in order for the parameter setting made by
.BR pthread_attr_setscope ()
to have effect when calling
-.BR pthread_create (3),
+.MR pthread_create 3 ,
the caller must use
-.BR pthread_attr_setinheritsched (3)
+.MR pthread_attr_setinheritsched 3
to set the inherit-scheduler attribute of the attributes object
.I attr
to
@@ -99,7 +99,7 @@ specified the value
which is not supported on Linux.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -130,10 +130,10 @@ implementation-defined.
.SH SEE ALSO
.ad l
.nh
-.BR pthread_attr_init (3),
-.BR pthread_attr_setaffinity_np (3),
-.BR pthread_attr_setinheritsched (3),
-.BR pthread_attr_setschedparam (3),
-.BR pthread_attr_setschedpolicy (3),
-.BR pthread_create (3),
-.BR pthreads (7)
+.MR pthread_attr_init 3 ,
+.MR pthread_attr_setaffinity_np 3 ,
+.MR pthread_attr_setinheritsched 3 ,
+.MR pthread_attr_setschedparam 3 ,
+.MR pthread_attr_setschedpolicy 3 ,
+.MR pthread_create 3 ,
+.MR pthreads 7