summaryrefslogtreecommitdiffstats
path: root/share/man/man3/pthread.3
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2009-04-01 07:13:21 +0000
committertrhodes <trhodes@FreeBSD.org>2009-04-01 07:13:21 +0000
commita0aa5f7dd91d243e3050bf7c8b6f4ce55a5133bb (patch)
treed397af6aa40cf078100053241aa6d09ad07b5ecc /share/man/man3/pthread.3
parentce8f7e9d0bfaf87c01f8fa2f6b1f3885773bbd63 (diff)
downloadFreeBSD-src-a0aa5f7dd91d243e3050bf7c8b6f4ce55a5133bb.zip
FreeBSD-src-a0aa5f7dd91d243e3050bf7c8b6f4ce55a5133bb.tar.gz
Remove KSE bits, cross reference libthr.3.
PR: 132392 Submitted by: Niclas Zeising <niclas.zeising@gmail.com> (original version)
Diffstat (limited to 'share/man/man3/pthread.3')
-rw-r--r--share/man/man3/pthread.312
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man3/pthread.3 b/share/man/man3/pthread.3
index dff3886..077fdfe 100644
--- a/share/man/man3/pthread.3
+++ b/share/man/man3/pthread.3
@@ -30,7 +30,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 19, 2007
+.Dd April 1, 2009
.Dt PTHREAD 3
.Os
.Sh NAME
@@ -469,15 +469,15 @@ cancellation stack.
.Sh IMPLEMENTATION NOTES
The current
.Fx
-POSIX thread implementation is built in two libraries,
+POSIX thread implementation is built into the
.Lb libthr ,
-and
-.Lb libkse .
-They contain both thread-safe versions of
+library.
+It contains thread-safe versions of
.Lb libc
functions and the thread functions.
-Threaded applications are linked with one of these libraries.
+Threaded applications are linked with this library.
.Sh SEE ALSO
+.Xr libthr 3 ,
.Xr pthread_atfork 3 ,
.Xr pthread_cancel 3 ,
.Xr pthread_cleanup_pop 3 ,
OpenPOWER on IntegriCloud