summaryrefslogtreecommitdiff
path: root/doc/hurd.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/hurd.texi')
-rw-r--r--doc/hurd.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/hurd.texi b/doc/hurd.texi
index c3442c8c..77d2357a 100644
--- a/doc/hurd.texi
+++ b/doc/hurd.texi
@@ -823,14 +823,14 @@ the rest of the Hurd relies upon them quite heavily.
@node Threads Library
@section Threads Library
-@scindex libthreads
+@scindex libpthread
@scindex cthreads.h
All Hurd servers and libraries are aggressively multithreaded in order
to take full advantage of any multiprocessing capabilities provided by
the microkernel and the underlying hardware. The Hurd threads library,
-@code{libthreads}, contains the default Hurd thread implementation, which
-is declared in @code{<cthreads.h>}.
+@code{libpthread}, contains the default Hurd thread implementation, which
+is declared in @code{<pthread.h>}.
The Hurd uses POSIX pthreads, which are documented in a lot of places.
@c Thomas, 26-03-1998
@@ -1306,7 +1306,7 @@ The @code{<hurd/iohelp.h>} file declares several functions which are
useful for low-level I/O implementations. Most Hurd servers do not call
these functions directly, but they are used by several of the Hurd
filesystem and networking helper libraries. @code{libiohelp} requires
-@code{libthreads}.
+@code{libpthread}.
@menu
* I/O Users:: User authentication management.