diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-16 05:33:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-16 05:33:17 +0000 |
commit | 377b933c2a7687c95434df92f98e560d32224449 (patch) | |
tree | b90cf333e110ee500875bfeb1663adf18785b7a8 /lib/libpthread/man/pthread_yield.3 | |
parent | 13c4c7c65b3985b5f8cb4249d27f601886e2984d (diff) |
add some commas;
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 |