summaryrefslogtreecommitdiff
path: root/microkernel/mach/thread.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'microkernel/mach/thread.mdwn')
-rw-r--r--microkernel/mach/thread.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/microkernel/mach/thread.mdwn b/microkernel/mach/thread.mdwn
index ccce643e..911b4493 100644
--- a/microkernel/mach/thread.mdwn
+++ b/microkernel/mach/thread.mdwn
@@ -32,6 +32,6 @@ Threads have scheduling parameters and maintain various statistics about
themselves.
On GNU/Hurd, APIs for Mach threads and thereabouts are provided by the
-[[hurd/libthreads]] (cthreads), and [[libpthread]] (POSIX Threads) packages.
+[[/libpthread]] (POSIX Threads) package.
A task backing a thread is the basis for a [[UNIX process|unix/process]].