Loading...
--- Libc/Libc-262.3.2/pthreads/pthread_cond_destroy.3
+++ Libc/Libc-583/pthreads/pthread_cond_destroy.3
@@ -45,20 +45,21 @@
.Sh RETURN VALUES
If successful, the
.Fn pthread_cond_destroy
-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_destroy
will fail if:
.Bl -tag -width Er
+.It Bq Er EBUSY
+The variable
+.Fa cond
+is locked by another thread.
.It Bq Er EINVAL
The value specified by
.Fa cond
is invalid.
-.It Bq Er EBUSY
-The variable
-.Fa cond
-is locked by another thread.
.El
.Sh SEE ALSO
.Xr pthread_cond_broadcast 3 ,