- fix use of \refmodule markup
- correct some module names, add hyperlinks
- wrap some long lines
diff --git a/Doc/lib/libthreading.tex b/Doc/lib/libthreading.tex
index 4961829..478ca84 100644
--- a/Doc/lib/libthreading.tex
+++ b/Doc/lib/libthreading.tex
@@ -8,8 +8,9 @@
This module constructs higher-level threading interfaces on top of the
lower level \refmodule{thread} module.
-The \refmodule{dummy_threading} module is provided for situations where
-\module{threading} cannot be used because \module{thread} is missing.
+The \refmodule[dummythreading]{dummy_threading} module is provided for
+situations where \module{threading} cannot be used because
+\refmodule{thread} is missing.
This module is safe for use with \samp{from threading import *}. It
defines the following functions and objects: