From 377b933c2a7687c95434df92f98e560d32224449 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Fri, 16 Jan 2004 05:33:17 +0000 Subject: add some commas; --- lib/libpthread/man/pthread_yield.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libpthread/man/pthread_yield.3') 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 .\" @@ -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 -- cgit v1.2.3