diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-20 00:14:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-20 00:14:17 (GMT) |
commit | bbac43223c3ead4745d41414df13d113d79334ad (patch) | |
tree | 08001df173f742c7ee291ae1e9ad196704fa7d59 /Doc/lib/libtermios.tex | |
parent | da5736533705f22a2673fbdc53ea9c537751c43c (diff) | |
download | cpython-bbac43223c3ead4745d41414df13d113d79334ad.zip cpython-bbac43223c3ead4745d41414df13d113d79334ad.tar.gz cpython-bbac43223c3ead4745d41414df13d113d79334ad.tar.bz2 |
Shorten a few section titles.
Diffstat (limited to 'Doc/lib/libtermios.tex')
-rw-r--r-- | Doc/lib/libtermios.tex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/lib/libtermios.tex b/Doc/lib/libtermios.tex index 9c9c3c8..9482203 100644 --- a/Doc/lib/libtermios.tex +++ b/Doc/lib/libtermios.tex @@ -95,17 +95,18 @@ def getpass(prompt = "Password: "): return passwd \end{verbatim} + \section{\module{TERMIOS} --- - Constants used with the \module{termios} module.} -\declaremodule[TERMIOSuppercase]{standard}{TERMIOS} + Constants used with \module{termios}} +\declaremodule[TERMIOSuppercase]{standard}{TERMIOS} \modulesynopsis{Symbolic constants required to use the \module{termios} module.} + \indexii{\POSIX{}}{I/O control} \indexii{tty}{I/O control} - This module defines the symbolic constants required to use the \module{termios}\refbimodindex{termios} module (see the previous section). See the \POSIX{} or \UNIX{} manual pages (or the source) |