Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 740f800

Browse files
committed
- fix use of \refmodule markup
- correct some module names, add hyperlinks - wrap some long lines
1 parent a3b8953 commit 740f800

4 files changed

Lines changed: 15 additions & 13 deletions

File tree

Doc/lib/libdummythread.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ \section{\module{dummy_thread} ---
22
Drop-in replacement for the \module{thread} module}
33

44
\declaremodule[dummythread]{standard}{dummy_thread}
5-
\modulesynopsis{Drop-in replacement for the thread module.}
5+
\modulesynopsis{Drop-in replacement for the \refmodule{thread} module.}
66

7-
This module provides a duplicate interface to the \refmodule{thread} module. It
8-
is meant to be imported when the \module{thread} module is not provided on a
9-
platform.
7+
This module provides a duplicate interface to the \refmodule{thread}
8+
module. It is meant to be imported when the \refmodule{thread} module
9+
is not provided on a platform.
1010

1111
Suggested usage is:
1212

Doc/lib/libdummythreading.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
\section{\module{dummy_thread} ---
1+
\section{\module{dummy_threading} ---
22
Drop-in replacement for the \module{threading} module}
33

44
\declaremodule[dummythreading]{standard}{dummy_threading}
5-
\modulesynopsis{Drop-in replacement for the threading module.}
5+
\modulesynopsis{Drop-in replacement for the \refmodule{threading} module.}
66

7-
This module provides a duplicate interface to the \refmodule{threading} module. It
8-
is meant to be imported when the \module{threading} module is not provided on a
9-
platform.
7+
This module provides a duplicate interface to the
8+
\refmodule{threading} module. It is meant to be imported when the
9+
\refmodule{thread} module is not provided on a platform.
1010

1111
Suggested usage is:
1212

Doc/lib/libthread.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ \section{\module{thread} ---
1818
The module is optional. It is supported on Windows, Linux, SGI
1919
IRIX, Solaris 2.x, as well as on systems that have a \POSIX{} thread
2020
(a.k.a. ``pthread'') implementation. For systems lacking the \module{thread}
21-
module, the \refmodule{dummy_thread} module is available. It duplicates this
22-
module's interface and can be used as a drop-in replacement.
21+
module, the \refmodule[dummythread]{dummy_thread} module is available.
22+
It duplicates this module's interface and can be
23+
used as a drop-in replacement.
2324
\index{pthreads}
2425
\indexii{threads}{\POSIX}
2526

Doc/lib/libthreading.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ \section{\module{threading} ---
88
This module constructs higher-level threading interfaces on top of the
99
lower level \refmodule{thread} module.
1010

11-
The \refmodule{dummy_threading} module is provided for situations where
12-
\module{threading} cannot be used because \module{thread} is missing.
11+
The \refmodule[dummythreading]{dummy_threading} module is provided for
12+
situations where \module{threading} cannot be used because
13+
\refmodule{thread} is missing.
1314

1415
This module is safe for use with \samp{from threading import *}. It
1516
defines the following functions and objects:

0 commit comments

Comments
 (0)