summaryrefslogtreecommitdiff
path: root/Doc/lib/libdummythread.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libdummythread.tex')
-rw-r--r--Doc/lib/libdummythread.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libdummythread.tex b/Doc/lib/libdummythread.tex
index 56e3a033e8..f6b4c56636 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: