diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-22 21:23:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-22 21:23:22 (GMT) |
commit | ffbe68723a5cb124a1e018d05af9e279ae1ad6fe (patch) | |
tree | bda5a40b89973ee45d27f9685c527f6f59533b56 /Doc/lib/libsys.tex | |
parent | 7b8b125fa6a24b7c400b4750ee204c2a56f7f596 (diff) | |
download | cpython-ffbe68723a5cb124a1e018d05af9e279ae1ad6fe.zip cpython-ffbe68723a5cb124a1e018d05af9e279ae1ad6fe.tar.gz cpython-ffbe68723a5cb124a1e018d05af9e279ae1ad6fe.tar.bz2 |
Make internal module references hyperlinks wherever it makes sense.
Diffstat (limited to 'Doc/lib/libsys.tex')
-rw-r--r-- | Doc/lib/libsys.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex index afb4008..1490de4 100644 --- a/Doc/lib/libsys.tex +++ b/Doc/lib/libsys.tex @@ -1,7 +1,7 @@ \section{\module{sys} --- - System-specific parameters and functions.} -\declaremodule{builtin}{sys} + System-specific parameters and functions} +\declaremodule{builtin}{sys} \modulesynopsis{Access system-specific parameters and functions.} This module provides access to some variables used or maintained by the @@ -262,7 +262,7 @@ maximizing responsiveness as well as overhead. a \method{write()} method that takes a string argument. (Changing these objects doesn't affect the standard I/O streams of processes executed by \function{os.popen()}, \function{os.system()} or the - \function{exec*()} family of functions in the \module{os} module.) + \function{exec*()} family of functions in the \refmodule{os} module.) \refstmodindex{os} \end{datadesc} |