aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r/man/pthread_cond_destroy.3
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1998-08-31 16:41:09 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1998-08-31 16:41:09 +0000
commitacd80190835b96c5eaa73cb9864470b2facf9112 (patch)
treef587f29347afc9f51d8819f6003dd6b7d77c0e78 /lib/libc_r/man/pthread_cond_destroy.3
parent4d3ee609416860429014877b695db878e04be7ca (diff)
Sort cross references.
Notes
Notes: svn path=/head/; revision=38702
Diffstat (limited to 'lib/libc_r/man/pthread_cond_destroy.3')
-rw-r--r--lib/libc_r/man/pthread_cond_destroy.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc_r/man/pthread_cond_destroy.3 b/lib/libc_r/man/pthread_cond_destroy.3
index a14c30a25ae4..22921b49a5ed 100644
--- a/lib/libc_r/man/pthread_cond_destroy.3
+++ b/lib/libc_r/man/pthread_cond_destroy.3
@@ -60,11 +60,11 @@ is locked by another thread.
.El
.Pp
.Sh SEE ALSO
+.Xr pthread_cond_broadcast 3 ,
.Xr pthread_cond_init 3 ,
-.Xr pthread_cond_wait 3 ,
-.Xr pthread_cond_timedwait 3 ,
.Xr pthread_cond_signal 3 ,
-.Xr pthread_cond_broadcast 3
+.Xr pthread_cond_timedwait 3 ,
+.Xr pthread_cond_wait 3
.Sh STANDARDS
.Fn pthread_cond_destroy
conforms to ISO/IEC 9945-1 ANSI/IEEE