diff options
Diffstat (limited to 'lib/libc/sys/sched_yield.2')
-rw-r--r-- | lib/libc/sys/sched_yield.2 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/sys/sched_yield.2 b/lib/libc/sys/sched_yield.2 index ee5c123fbb49..2d8240cd8f53 100644 --- a/lib/libc/sys/sched_yield.2 +++ b/lib/libc/sys/sched_yield.2 @@ -41,12 +41,7 @@ The function forces the running process to relinquish the processor until it again becomes the head of its process list. It takes no arguments. .Sh RETURN VALUES -The -.Fn sched_yield -function will return zero if it completes successfully, or it -will return a value of -1 and set -.Va errno -to indicate the error. +.Rv -std sched_yield .Sh ERRORS On failure .Va errno |