aboutsummaryrefslogtreecommitdiffstats
path: root/man3/pthread_yield.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_yield.3')
-rw-r--r--man3/pthread_yield.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/pthread_yield.3 b/man3/pthread_yield.3
index e68cb53257..ec57bdaef6 100644
--- a/man3/pthread_yield.3
+++ b/man3/pthread_yield.3
@@ -53,17 +53,17 @@ T} Thread safety MT-Safe
.ad
.sp 1
.SH VERSIONS
-Since glibc 2.34, this function is marked as deprecated.
+On Linux, this function is implemented as a call to
+.BR sched_yield (2).
.SH STANDARDS
-This call is nonstandard, but present on several other systems.
+None.
+.SH HISTORY
+.\" BSD, Tru64, AIX, and Irix.
+Deprecated since glibc 2.34.
Use the standardized
.BR sched_yield (2)
instead.
-.\" e.g., the BSDs, Tru64, AIX, and Irix.
.SH NOTES
-On Linux, this function is implemented as a call to
-.BR sched_yield (2).
-.PP
.BR pthread_yield ()
is intended for use with real-time scheduling policies (i.e.,
.B SCHED_FIFO