diff options
Diffstat (limited to 'Doc/lib/libdummythreading.tex')
-rw-r--r-- | Doc/lib/libdummythreading.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/lib/libdummythreading.tex b/Doc/lib/libdummythreading.tex index 7eb7076..874f596 100644 --- a/Doc/lib/libdummythreading.tex +++ b/Doc/lib/libdummythreading.tex @@ -1,12 +1,12 @@ -\section{\module{dummy_thread} --- +\section{\module{dummy_threading} --- Drop-in replacement for the \module{threading} module} \declaremodule[dummythreading]{standard}{dummy_threading} -\modulesynopsis{Drop-in replacement for the threading module.} +\modulesynopsis{Drop-in replacement for the \refmodule{threading} module.} -This module provides a duplicate interface to the \refmodule{threading} module. It -is meant to be imported when the \module{threading} module is not provided on a -platform. +This module provides a duplicate interface to the +\refmodule{threading} module. It is meant to be imported when the +\refmodule{thread} module is not provided on a platform. Suggested usage is: |