aboutsummaryrefslogtreecommitdiff
path: root/share/man/man3/pthread_exit.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-01-14 21:44:26 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-01-14 21:44:26 +0000
commitec7452f103d56cccf279cec74a22025f980bbda5 (patch)
treeb3a28e39428aba8757379f99bb6e4ede75322ef0 /share/man/man3/pthread_exit.3
parent5df3ca789cc76dbb60cafd8eaae720e2a915d114 (diff)
downloadsrc-ec7452f103d56cccf279cec74a22025f980bbda5.tar.gz
src-ec7452f103d56cccf279cec74a22025f980bbda5.zip
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_exit.3')
-rw-r--r--share/man/man3/pthread_exit.31
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man3/pthread_exit.3 b/share/man/man3/pthread_exit.3
index 13983079bd16..49cf2468bfdb 100644
--- a/share/man/man3/pthread_exit.3
+++ b/share/man/man3/pthread_exit.3
@@ -38,6 +38,7 @@
.Nd terminate the calling thread
.Sh LIBRARY
.Lb libc_r
+.Lb libpthread
.Sh SYNOPSIS
.In pthread.h
.Ft void