diff options
Diffstat (limited to 'lib/libpthread/man/pthread_yield.3')
-rw-r--r-- | lib/libpthread/man/pthread_yield.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_yield.3 b/lib/libpthread/man/pthread_yield.3 index 87803b17d97..ab5cbf8ff3f 100644 --- a/lib/libpthread/man/pthread_yield.3 +++ b/lib/libpthread/man/pthread_yield.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_yield.3,v 1.1 2004/01/15 23:17:19 marc Exp $ +.\" $OpenBSD: pthread_yield.3,v 1.2 2004/01/16 05:33:16 jmc Exp $ .\" .\" PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org> .\" @@ -16,9 +16,9 @@ The .Fn pthread_yield function resets the accumulated time slice of the current thread and then -enters the thread scheduler which resumes execution of the next thread ready +enters the thread scheduler, which resumes execution of the next thread ready to run. -If no other thread is ready to run control returns to the current thread. +If no other thread is ready to run, control returns to the current thread. .Sh SEE ALSO .Xr pthreads 3 .Sh STANDARDS |