X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/c957a83bde4df2e2d3d1ed0963656856b48ef0a0..224c70764cab4e0e39a26aaf3ad3016552f62f55:/pthreads/pthread_cond_broadcast.3 diff --git a/pthreads/pthread_cond_broadcast.3 b/pthreads/pthread_cond_broadcast.3 index 27600a6..279636d 100644 --- a/pthreads/pthread_cond_broadcast.3 +++ b/pthreads/pthread_cond_broadcast.3 @@ -40,12 +40,13 @@ .Sh DESCRIPTION The .Fn pthread_cond_broadcast -function unblocks all threads waiting for the condition variable +function unblocks all threads that are waiting for the condition variable .Fa cond . .Sh RETURN VALUES If successful, the .Fn pthread_cond_broadcast -function will return zero, otherwise an error number will be returned +function will return zero. +Otherwise, an error number will be returned to indicate the error. .Sh ERRORS .Fn pthread_cond_broadcast