diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-01-14 21:44:26 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-01-14 21:44:26 +0000 |
commit | ec7452f103d56cccf279cec74a22025f980bbda5 (patch) | |
tree | b3a28e39428aba8757379f99bb6e4ede75322ef0 /share/man/man3/pthread_join.3 | |
parent | 5df3ca789cc76dbb60cafd8eaae720e2a915d114 (diff) |
Have a single set of POSIX threads man pages. The LIBRARY section
of each manpage lists libraries that have corresponding interfaces
implemented.
Prodded by: threads
Reviewed by: deischen
Notes
Notes:
svn path=/head/; revision=124535
Diffstat (limited to 'share/man/man3/pthread_join.3')
-rw-r--r-- | share/man/man3/pthread_join.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man3/pthread_join.3 b/share/man/man3/pthread_join.3 index 513e291e1835..cb340021eb20 100644 --- a/share/man/man3/pthread_join.3 +++ b/share/man/man3/pthread_join.3 @@ -38,6 +38,7 @@ .Nd wait for thread termination .Sh LIBRARY .Lb libc_r +.Lb libpthread .Sh SYNOPSIS .In pthread.h .Ft int |