diff options
author | Alexey Zelkin <phantom@FreeBSD.org> | 2000-04-22 15:50:29 +0000 |
---|---|---|
committer | Alexey Zelkin <phantom@FreeBSD.org> | 2000-04-22 15:50:29 +0000 |
commit | d8a7868820265181ac2d938dcbcc10c3f199d583 (patch) | |
tree | 185c512bd542a720c71bdf9997b27e0095d20ad0 /lib/libpthread/man/pthread_cond_broadcast.3 | |
parent | efa90abcbe39e7fc0da4ef2bcc35422c351a9bda (diff) |
Introduce .Lb macro to libc_r manpages.
Notes
Notes:
svn path=/head/; revision=59501
Diffstat (limited to 'lib/libpthread/man/pthread_cond_broadcast.3')
-rw-r--r-- | lib/libpthread/man/pthread_cond_broadcast.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpthread/man/pthread_cond_broadcast.3 b/lib/libpthread/man/pthread_cond_broadcast.3 index 6112695c9893..c380ecebbb62 100644 --- a/lib/libpthread/man/pthread_cond_broadcast.3 +++ b/lib/libpthread/man/pthread_cond_broadcast.3 @@ -33,6 +33,8 @@ .Sh NAME .Nm pthread_cond_broadcast .Nd unblock all threads waiting for a condition variable +.Sh LIBRARY +.Lb libc_r .Sh SYNOPSIS .Fd #include <pthread.h> .Ft int |