mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Shorten a few section titles.
This commit is contained in:
parent
da57365337
commit
bbac43223c
15 changed files with 73 additions and 67 deletions
|
|
@ -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}
|
||||
|
||||
\section{\module{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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue