summaryrefslogtreecommitdiffstats
path: root/Doc/libtermios.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-19 20:07:39 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-19 20:07:39 (GMT)
commit83efb54562083ca504fb91a947b093bf17d8a51c (patch)
tree5f6e789cb197f195a934a5b2bb767a2f81ac51e5 /Doc/libtermios.tex
parentaf9b6e66078afeeaf0f23eece584f5e37601a52e (diff)
downloadcpython-83efb54562083ca504fb91a947b093bf17d8a51c.zip
cpython-83efb54562083ca504fb91a947b093bf17d8a51c.tar.gz
cpython-83efb54562083ca504fb91a947b093bf17d8a51c.tar.bz2
Added \label{} for logical addressing.
Diffstat (limited to 'Doc/libtermios.tex')
-rw-r--r--Doc/libtermios.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/libtermios.tex b/Doc/libtermios.tex
index e39b905..a90047c 100644
--- a/Doc/libtermios.tex
+++ b/Doc/libtermios.tex
@@ -91,8 +91,9 @@ def getpass(prompt = "Password: "):
termios.tcsetattr(fd, TERMIOS.TCSADRAIN, old)
return passwd
\end{verbatim}
-%
+
\section{Standard Module \sectcode{TERMIOS}}
+\label{module-TERMIOSuppercase}
\stmodindex{TERMIOS}
\indexii{\POSIX{}}{I/O control}
\indexii{tty}{I/O control}