aboutsummaryrefslogtreecommitdiff
path: root/share/man/man3/pthread_cond_signal.3
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2000-04-22 15:50:29 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2000-04-22 15:50:29 +0000
commitd8a7868820265181ac2d938dcbcc10c3f199d583 (patch)
tree185c512bd542a720c71bdf9997b27e0095d20ad0 /share/man/man3/pthread_cond_signal.3
parentefa90abcbe39e7fc0da4ef2bcc35422c351a9bda (diff)
downloadsrc-d8a7868820265181ac2d938dcbcc10c3f199d583.tar.gz
src-d8a7868820265181ac2d938dcbcc10c3f199d583.zip
Introduce .Lb macro to libc_r manpages.
Notes
Notes: svn path=/head/; revision=59501
Diffstat (limited to 'share/man/man3/pthread_cond_signal.3')
-rw-r--r--share/man/man3/pthread_cond_signal.32
1 files changed, 2 insertions, 0 deletions
diff --git a/share/man/man3/pthread_cond_signal.3 b/share/man/man3/pthread_cond_signal.3
index e3a22f88cf6c..7ad985e2b4c4 100644
--- a/share/man/man3/pthread_cond_signal.3
+++ b/share/man/man3/pthread_cond_signal.3
@@ -33,6 +33,8 @@
.Sh NAME
.Nm pthread_cond_signal
.Nd unblock a thread waiting for a condition variable
+.Sh LIBRARY
+.Lb libc_r
.Sh SYNOPSIS
.Fd #include <pthread.h>
.Ft int