- fix use of \refmodule markup
- correct some module names, add hyperlinks
- wrap some long lines
diff --git a/Doc/lib/libdummythread.tex b/Doc/lib/libdummythread.tex
index 56e3a03..f6b4c56 100644
--- a/Doc/lib/libdummythread.tex
+++ b/Doc/lib/libdummythread.tex
@@ -2,11 +2,11 @@
          Drop-in replacement for the \module{thread} module}
 
 \declaremodule[dummythread]{standard}{dummy_thread}
-\modulesynopsis{Drop-in replacement for the thread module.}
+\modulesynopsis{Drop-in replacement for the \refmodule{thread} module.}
 
-This module provides a duplicate interface to the \refmodule{thread} module. It
-is meant to be imported when the \module{thread} module is not provided on a
-platform.
+This module provides a duplicate interface to the \refmodule{thread}
+module.  It is meant to be imported when the \refmodule{thread} module
+is not provided on a platform.
 
 Suggested usage is: