]> git.saurik.com Git - apple/libc.git/blobdiff - pthreads/pthread_cond_signal.3
Libc-498.tar.gz
[apple/libc.git] / pthreads / pthread_cond_signal.3
index 06078a969601859522af85d12dcc0ae5f651c0bf..669b6fc9a5c0cd257f2501b446c2610a9e5bfe38 100644 (file)
@@ -45,8 +45,8 @@ function unblocks one thread waiting for the condition variable
 .Sh RETURN VALUES
 If successful, the
 .Fn pthread_cond_signal
-function will return zero, otherwise an error number will be returned
-to indicate the error.
+function will return zero.
+Otherwise, an error number will be returned to indicate the error.
 .Sh ERRORS
 .Fn pthread_cond_signal
 will fail if: