summaryrefslogtreecommitdiffstats
path: root/man3/pthread_attr_setschedparam.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_attr_setschedparam.3')
-rw-r--r--man3/pthread_attr_setschedparam.330
1 files changed, 15 insertions, 15 deletions
diff --git a/man3/pthread_attr_setschedparam.3 b/man3/pthread_attr_setschedparam.3
index 97df58a42..501b29537 100644
--- a/man3/pthread_attr_setschedparam.3
+++ b/man3/pthread_attr_setschedparam.3
@@ -52,14 +52,14 @@ struct sched_param {
As can be seen, only one scheduling parameter is supported.
For details of the permitted ranges for scheduling priorities
in each scheduling policy, see
-.BR sched (7).
+.MR sched 7 .
.P
In order for the parameter setting made by
.BR pthread_attr_setschedparam ()
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
@@ -86,7 +86,7 @@ This value is never returned on Linux
handle this error return value).
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -106,20 +106,20 @@ POSIX.1-2001.
glibc 2.0.
.SH NOTES
See
-.BR pthread_attr_setschedpolicy (3)
+.MR pthread_attr_setschedpolicy 3
for a list of the thread scheduling policies supported on Linux.
.SH EXAMPLES
See
-.BR pthread_setschedparam (3).
+.MR pthread_setschedparam 3 .
.SH SEE ALSO
.ad l
.nh
-.BR sched_get_priority_min (2),
-.BR pthread_attr_init (3),
-.BR pthread_attr_setinheritsched (3),
-.BR pthread_attr_setschedpolicy (3),
-.BR pthread_create (3),
-.BR pthread_setschedparam (3),
-.BR pthread_setschedprio (3),
-.BR pthreads (7),
-.BR sched (7)
+.MR sched_get_priority_min 2 ,
+.MR pthread_attr_init 3 ,
+.MR pthread_attr_setinheritsched 3 ,
+.MR pthread_attr_setschedpolicy 3 ,
+.MR pthread_create 3 ,
+.MR pthread_setschedparam 3 ,
+.MR pthread_setschedprio 3 ,
+.MR pthreads 7 ,
+.MR sched 7