docs/132392: [PATCH] remove leftovers of libkse from pthread.3
Niclas Zeising
niclas.zeising at gmail.com
Sat Mar 7 19:00:21 UTC 2009
>Number: 132392
>Category: docs
>Synopsis: [PATCH] remove leftovers of libkse from pthread.3
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Mar 07 19:00:13 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Niclas Zeising
>Release: 8.0-CURRENT
>Organization:
>Environment:
>Description:
In the pthread library there is a note towards the end with implementation details. There it's stated that pthread is implemented in either libthr or libkse.
>How-To-Repeat:
man 3 pthread, under implementation notes
>Fix:
Attached patch removes mention of libkse, so only libthr is mentioned. It also cross-references libthr(3).
Patch attached with submission follows:
Index: src/share/man/man3/pthread.3
===================================================================
RCS file: /home/ncvs/src/share/man/man3/pthread.3,v
retrieving revision 1.31
diff -u -d -r1.31 pthread.3
--- src/share/man/man3/pthread.3 22 Oct 2007 10:07:59 -0000 1.31
+++ src/share/man/man3/pthread.3 7 Mar 2009 18:46:48 -0000
@@ -30,7 +30,7 @@
.\"
.\" $FreeBSD: src/share/man/man3/pthread.3,v 1.31 2007/10/22 10:07:59 ru Exp $
.\"
-.Dd October 19, 2007
+.Dd MARS 07, 2009
.Dt PTHREAD 3
.Os
.Sh NAME
@@ -469,15 +469,14 @@
.Sh IMPLEMENTATION NOTES
The current
.Fx
-POSIX thread implementation is built in two libraries,
-.Lb libthr ,
-and
-.Lb libkse .
-They contain both thread-safe versions of
+POSIX thread implementation is built into the
+.Lb libthr .
+It contains both 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 ,
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list