summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2004-01-16 05:33:16 +0000
committerjmc <jmc@openbsd.org>2004-01-16 05:33:16 +0000
commitfc0286f9b2f1578c9949cd198d166b2b0aefd67a (patch)
treeec277c2039530143f6ddb86869ea0297be605fcc /lib/libpthread
parentsync with raw socket API change. reported by Esben Norby, tested by tedu (diff)
downloadwireguard-openbsd-fc0286f9b2f1578c9949cd198d166b2b0aefd67a.tar.xz
wireguard-openbsd-fc0286f9b2f1578c9949cd198d166b2b0aefd67a.zip
add some commas;
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/man/pthread_yield.36
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