svn commit: r190608 - head/share/man/man3

Tom Rhodes trhodes at FreeBSD.org
Wed Apr 1 00:13:23 PDT 2009


Author: trhodes
Date: Wed Apr  1 07:13:21 2009
New Revision: 190608
URL: http://svn.freebsd.org/changeset/base/190608

Log:
  Remove KSE bits, cross reference libthr.3.
  
  PR:		132392
  Submitted by:	Niclas Zeising <niclas.zeising at gmail.com> (original version)

Modified:
  head/share/man/man3/pthread.3

Modified: head/share/man/man3/pthread.3
==============================================================================
--- head/share/man/man3/pthread.3	Wed Apr  1 06:18:51 2009	(r190607)
+++ head/share/man/man3/pthread.3	Wed Apr  1 07:13:21 2009	(r190608)
@@ -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 ,


More information about the svn-src-all mailing list