Loading...
pthreads/pthread_cond_broadcast.3 Libc-498 Libc-391
--- Libc/Libc-498/pthreads/pthread_cond_broadcast.3
+++ Libc/Libc-391/pthreads/pthread_cond_broadcast.3
@@ -40,13 +40,12 @@
 .Sh DESCRIPTION
 The
 .Fn pthread_cond_broadcast
-function unblocks all threads that are waiting for the condition variable
+function unblocks all threads 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