summaryrefslogtreecommitdiff
path: root/lib/libpthread/man/pthread_cond_wait.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/man/pthread_cond_wait.3')
-rw-r--r--lib/libpthread/man/pthread_cond_wait.37
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libpthread/man/pthread_cond_wait.3 b/lib/libpthread/man/pthread_cond_wait.3
index 69d9257cadf..7f70b591f03 100644
--- a/lib/libpthread/man/pthread_cond_wait.3
+++ b/lib/libpthread/man/pthread_cond_wait.3
@@ -67,12 +67,11 @@ is invalid.
.El
.Pp
.Sh SEE ALSO
-.Xr pthreads 3 ,
-.Xr pthread_cond_init 3 ,
+.Xr pthread_cond_broadcast 3 ,
.Xr pthread_cond_destroy 3 ,
-.Xr pthread_cond_timedwait 3 ,
+.Xr pthread_cond_init 3 ,
.Xr pthread_cond_signal 3 ,
-.Xr pthread_cond_broadcast 3
+.Xr pthread_cond_timedwait 3
.Sh STANDARDS
.Fn pthread_cond_wait
conforms to ISO/IEC 9945-1 ANSI/IEEE