diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-15 22:28:38 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-15 22:28:38 (GMT) |
commit | e14388c4b8e9b20e83b672db8592a57177044db2 (patch) | |
tree | 402e1e6dec95a4e7b851eea1f4cc49a979568d10 /Doc/libtermios.tex | |
parent | 19d58273c544329fb3376ece03f9249c8a05d2a8 (diff) | |
download | cpython-e14388c4b8e9b20e83b672db8592a57177044db2.zip cpython-e14388c4b8e9b20e83b672db8592a57177044db2.tar.gz cpython-e14388c4b8e9b20e83b672db8592a57177044db2.tar.bz2 |
Fixed index references to modules.
Diffstat (limited to 'Doc/libtermios.tex')
-rw-r--r-- | Doc/libtermios.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/libtermios.tex b/Doc/libtermios.tex index 2d233f2..ca309c8 100644 --- a/Doc/libtermios.tex +++ b/Doc/libtermios.tex @@ -102,6 +102,7 @@ def getpass(prompt = "Password: "): This module defines the symbolic constants required to use the \code{termios} module (see the previous section). See the Posix or \UNIX{} manual pages (or the source) for a list of those constants. +\refbimodindex{termios} Note: this module resides in a system-dependent subdirectory of the Python library directory. You may have to generate it for your |