aboutsummaryrefslogtreecommitdiff
path: root/share/man/man3/pthread_cond_broadcast.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-09-30 11:22:26 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-09-30 11:22:26 +0000
commit5bb9f2101ba65b16512a4825002c690935026493 (patch)
tree69401fc85c396797c22f2a259e55e29c2ff36c48 /share/man/man3/pthread_cond_broadcast.3
parent975d4c58c01014cf7d1e0c4af117040d55378a8c (diff)
Remove mentions of libc_r.
Notes
Notes: svn path=/head/; revision=162845
Diffstat (limited to 'share/man/man3/pthread_cond_broadcast.3')
-rw-r--r--share/man/man3/pthread_cond_broadcast.31
1 files changed, 0 insertions, 1 deletions
diff --git a/share/man/man3/pthread_cond_broadcast.3 b/share/man/man3/pthread_cond_broadcast.3
index 16c7888dd905..ee4a0c37cfaa 100644
--- a/share/man/man3/pthread_cond_broadcast.3
+++ b/share/man/man3/pthread_cond_broadcast.3
@@ -34,7 +34,6 @@
.Nm pthread_cond_broadcast
.Nd unblock all threads waiting for a condition variable
.Sh LIBRARY
-.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS