diff options
author | Jonathan Mini <mini@FreeBSD.org> | 2002-09-16 19:29:34 +0000 |
---|---|---|
committer | Jonathan Mini <mini@FreeBSD.org> | 2002-09-16 19:29:34 +0000 |
commit | cfa1f4e6598fe97439b3012396e30d1eeb759421 (patch) | |
tree | 458429bcec9378f696f0095268e373f131a31a66 /lib/libpthread/man/pthread_cond_broadcast.3 | |
parent | a3ad85e51b8dbb685ea451e3129cd39a84e9dcf7 (diff) |
Mechanically change all libc_r references to libpthread.
Notes
Notes:
svn path=/head/; revision=103412
Diffstat (limited to 'lib/libpthread/man/pthread_cond_broadcast.3')
-rw-r--r-- | lib/libpthread/man/pthread_cond_broadcast.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_cond_broadcast.3 b/lib/libpthread/man/pthread_cond_broadcast.3 index b3947bd8ac00..4852615367da 100644 --- a/lib/libpthread/man/pthread_cond_broadcast.3 +++ b/lib/libpthread/man/pthread_cond_broadcast.3 @@ -34,7 +34,7 @@ .Nm pthread_cond_broadcast .Nd unblock all threads waiting for a condition variable .Sh LIBRARY -.Lb libc_r +.Lb libpthread .Sh SYNOPSIS .In pthread.h .Ft int |