summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libtermios.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-09 20:27:12 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-09 20:27:12 (GMT)
commit65b32f7f7448ae9a5f8cf3500ee7e127aa740b77 (patch)
treecd0dd6be021dc851faca8f2f7a9a33420c2c3834 /Doc/lib/libtermios.tex
parent41785fb8644b66f4f17e292e9f96e870ae8b2764 (diff)
downloadcpython-65b32f7f7448ae9a5f8cf3500ee7e127aa740b77.zip
cpython-65b32f7f7448ae9a5f8cf3500ee7e127aa740b77.tar.gz
cpython-65b32f7f7448ae9a5f8cf3500ee7e127aa740b77.tar.bz2
Consistently use \POSIX{} to denote POSIX. There were at least two different
ways to do it previously (not counting module names).
Diffstat (limited to 'Doc/lib/libtermios.tex')
-rw-r--r--Doc/lib/libtermios.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/lib/libtermios.tex b/Doc/lib/libtermios.tex
index 1db8af8..afdd141 100644
--- a/Doc/lib/libtermios.tex
+++ b/Doc/lib/libtermios.tex
@@ -1,15 +1,15 @@
\section{Built-in Module \sectcode{termios}}
\label{module-termios}
\bimodindex{termios}
-\indexii{Posix}{I/O control}
+\indexii{\POSIX{}}{I/O control}
\indexii{tty}{I/O control}
\renewcommand{\indexsubitem}{(in module termios)}
-This module provides an interface to the Posix calls for tty I/O
-control. For a complete description of these calls, see the Posix or
+This module provides an interface to the \POSIX{} calls for tty I/O
+control. For a complete description of these calls, see the \POSIX{} or
\UNIX{} manual pages. It is only available for those \UNIX{} versions
-that support Posix \code{termios} style tty I/O control (and then
+that support \POSIX{} \code{termios} style tty I/O control (and then
only if configured at installation time).
All functions in this module take a file descriptor \var{fd} as their
@@ -94,13 +94,13 @@ def getpass(prompt = "Password: "):
%
\section{Standard Module \sectcode{TERMIOS}}
\stmodindex{TERMIOS}
-\indexii{Posix}{I/O control}
+\indexii{\POSIX{}}{I/O control}
\indexii{tty}{I/O control}
\renewcommand{\indexsubitem}{(in module TERMIOS)}
This module defines the symbolic constants required to use the
-\code{termios} module (see the previous section). See the Posix or
+\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}