summaryrefslogtreecommitdiffstats
path: root/share/man/man3
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-03-25 16:00:56 +0000
committerjoel <joel@FreeBSD.org>2012-03-25 16:00:56 +0000
commitdb7581ccf5eaa9a69c6969b93bdac3408d1f1d0c (patch)
treedbe9b4470af7195ad940bc288cb0ea4b23dc7c8c /share/man/man3
parentfd2370c0573dde79a290d6194b6b88aa8b6b2cb1 (diff)
downloadFreeBSD-src-db7581ccf5eaa9a69c6969b93bdac3408d1f1d0c.zip
FreeBSD-src-db7581ccf5eaa9a69c6969b93bdac3408d1f1d0c.tar.gz
Make sure sections are sorted into conventional order.
Diffstat (limited to 'share/man/man3')
-rw-r--r--share/man/man3/pthread_cond_destroy.36
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man3/pthread_cond_destroy.3 b/share/man/man3/pthread_cond_destroy.3
index 39eff9d..4ea7a87 100644
--- a/share/man/man3/pthread_cond_destroy.3
+++ b/share/man/man3/pthread_cond_destroy.3
@@ -44,6 +44,9 @@ The
.Fn pthread_cond_destroy
function frees the resources allocated by the condition variable
.Fa cond .
+.Sh IMPLEMENTATION NOTES
+A condition variable can be destroyed immediately after all the threads that
+are blocked on it are awakened.
.Sh RETURN VALUES
If successful, the
.Fn pthread_cond_destroy
@@ -63,9 +66,6 @@ The variable
.Fa cond
is locked by another thread.
.El
-.Sh IMPLEMENTATION NOTES
-A condition variable can be destroyed immediately after all the threads that
-are blocked on it are awakened.
.Sh SEE ALSO
.Xr pthread_cond_broadcast 3 ,
.Xr pthread_cond_init 3 ,
OpenPOWER on IntegriCloud