diff options
author | Fred Drake <fdrake@acm.org> | 2002-12-30 23:00:36 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-12-30 23:00:36 (GMT) |
commit | 740f80029c54ec9db1e1b9c8404f698e3be115e5 (patch) | |
tree | fe30a57922744624c710473db65589045fe1d720 /Doc/lib/libthread.tex | |
parent | a3b895323385762c3c1a0be65c1e752ddee069f6 (diff) | |
download | cpython-740f80029c54ec9db1e1b9c8404f698e3be115e5.zip cpython-740f80029c54ec9db1e1b9c8404f698e3be115e5.tar.gz cpython-740f80029c54ec9db1e1b9c8404f698e3be115e5.tar.bz2 |
- fix use of \refmodule markup
- correct some module names, add hyperlinks
- wrap some long lines
Diffstat (limited to 'Doc/lib/libthread.tex')
-rw-r--r-- | Doc/lib/libthread.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libthread.tex b/Doc/lib/libthread.tex index 6dfd875..87aa3ea 100644 --- a/Doc/lib/libthread.tex +++ b/Doc/lib/libthread.tex @@ -18,8 +18,9 @@ semaphores}) are provided. The module is optional. It is supported on Windows, Linux, SGI IRIX, Solaris 2.x, as well as on systems that have a \POSIX{} thread (a.k.a. ``pthread'') implementation. For systems lacking the \module{thread} -module, the \refmodule{dummy_thread} module is available. It duplicates this -module's interface and can be used as a drop-in replacement. +module, the \refmodule[dummythread]{dummy_thread} module is available. +It duplicates this module's interface and can be +used as a drop-in replacement. \index{pthreads} \indexii{threads}{\POSIX} |