summaryrefslogtreecommitdiffstats
path: root/share/man/man3/pthread_barrier_destroy.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2007-10-22 10:08:01 +0000
committerru <ru@FreeBSD.org>2007-10-22 10:08:01 +0000
commit8b43f8a9801bc40b6f4c9a86743684a61de5103f (patch)
tree70601b824e334fa0ead26738ff9e3b1181a2d427 /share/man/man3/pthread_barrier_destroy.3
parenta9ab346d8b0fa700603e53d60dc2f8c3400b4b2c (diff)
downloadFreeBSD-src-8b43f8a9801bc40b6f4c9a86743684a61de5103f.zip
FreeBSD-src-8b43f8a9801bc40b6f4c9a86743684a61de5103f.tar.gz
Hide the implementation details about multiple threading libraries
from the synopses of pthread*(3) manpages. Reviewed by: deischen, davidxu
Diffstat (limited to 'share/man/man3/pthread_barrier_destroy.3')
-rw-r--r--share/man/man3/pthread_barrier_destroy.35
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man3/pthread_barrier_destroy.3 b/share/man/man3/pthread_barrier_destroy.3
index 627e45d..34be9d0 100644
--- a/share/man/man3/pthread_barrier_destroy.3
+++ b/share/man/man3/pthread_barrier_destroy.3
@@ -32,7 +32,6 @@
.Nd "destroy, initialize or wait on a barrier object"
.Sh LIBRARY
.Lb libpthread
-.Lb libthr
.Sh SYNOPSIS
.In pthread.h
.Ft int
@@ -77,7 +76,7 @@ argument to
Once the threads have been released the barrier will be reset.
.Sh IMPLEMENTATION NOTES
In both
-.Lb libpthread
+.Lb libkse
and
.Lb libthr
the
@@ -150,7 +149,7 @@ The
and
.Fn pthread_barrier_wait
functions first appeared in
-.Lb libpthread
+.Lb libkse
in
.Fx 5.2 ,
and in
OpenPOWER on IntegriCloud