diff options
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) |