]> git.saurik.com Git - apple/libc.git/blobdiff - pthreads/pthread_cond_broadcast.3
Libc-498.tar.gz
[apple/libc.git] / pthreads / pthread_cond_broadcast.3
index 27600a62f14032eff93c1c7f4178890e6efd745e..279636dfca44801299575b6a1d9712a0b3a0a1f4 100644 (file)
 .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