summaryrefslogtreecommitdiffstats
path: root/man3/pthread_yield.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_yield.3')
-rw-r--r--man3/pthread_yield.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/pthread_yield.3 b/man3/pthread_yield.3
index b0a6768d8..c784b07d1 100644
--- a/man3/pthread_yield.3
+++ b/man3/pthread_yield.3
@@ -25,7 +25,7 @@ causes the calling thread to relinquish the CPU.
The thread is placed at the end of the run queue for its static
priority and another thread is scheduled to run.
For further details, see
-.BR sched_yield (2)
+.MR sched_yield 2
.SH RETURN VALUE
On success,
.BR pthread_yield ()
@@ -37,7 +37,7 @@ On Linux, this call always succeeds
handle a possible error return).
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -51,14 +51,14 @@ T} Thread safety MT-Safe
.TE
.SH VERSIONS
On Linux, this function is implemented as a call to
-.BR sched_yield (2).
+.MR sched_yield 2 .
.SH STANDARDS
None.
.SH HISTORY
.\" BSD, Tru64, AIX, and Irix.
Deprecated since glibc 2.34.
Use the standardized
-.BR sched_yield (2)
+.MR sched_yield 2
instead.
.SH NOTES
.BR pthread_yield ()
@@ -72,7 +72,7 @@ with nondeterministic scheduling policies such as
.B SCHED_OTHER
is unspecified and very likely means your application design is broken.
.SH SEE ALSO
-.BR sched_yield (2),
+.MR sched_yield 2 ,
.\" FIXME . .BR pthread_cond_wait (3),
-.BR pthreads (7),
-.BR sched (7)
+.MR pthreads 7 ,
+.MR sched 7