summaryrefslogtreecommitdiffstats
path: root/man3/pthread_attr_setschedpolicy.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_attr_setschedpolicy.3')
-rw-r--r--man3/pthread_attr_setschedpolicy.326
1 files changed, 13 insertions, 13 deletions
diff --git a/man3/pthread_attr_setschedpolicy.3 b/man3/pthread_attr_setschedpolicy.3
index f2575cf78..5e4788a22 100644
--- a/man3/pthread_attr_setschedpolicy.3
+++ b/man3/pthread_attr_setschedpolicy.3
@@ -39,7 +39,7 @@ are
and
.BR SCHED_OTHER ,
with the semantics described in
-.BR sched (7).
+.MR sched 7 .
.\" FIXME . pthread_setschedparam() places no restriction on the policy,
.\" but pthread_attr_setschedpolicy() restricts policy to RR/FIFO/OTHER
.\" http://sourceware.org/bugzilla/show_bug.cgi?id=7013
@@ -54,9 +54,9 @@ in the buffer pointed to by
In order for the policy setting made by
.BR pthread_attr_setschedpolicy ()
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
@@ -78,7 +78,7 @@ error ("attempt was made to set the attribute to an unsupported value") for
.BR pthread_attr_setschedpolicy ().
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -98,15 +98,15 @@ glibc 2.0.
POSIX.1-2001.
.SH EXAMPLES
See
-.BR pthread_setschedparam (3).
+.MR pthread_setschedparam 3 .
.SH SEE ALSO
.ad l
.nh
-.BR pthread_attr_init (3),
-.BR pthread_attr_setinheritsched (3),
-.BR pthread_attr_setschedparam (3),
-.BR pthread_create (3),
-.BR pthread_setschedparam (3),
-.BR pthread_setschedprio (3),
-.BR pthreads (7),
-.BR sched (7)
+.MR pthread_attr_init 3 ,
+.MR pthread_attr_setinheritsched 3 ,
+.MR pthread_attr_setschedparam 3 ,
+.MR pthread_create 3 ,
+.MR pthread_setschedparam 3 ,
+.MR pthread_setschedprio 3 ,
+.MR pthreads 7 ,
+.MR sched 7