summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libtermios.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-03-02 17:03:42 (GMT)
committerFred Drake <fdrake@acm.org>1999-03-02 17:03:42 (GMT)
commita54a887f6638f25750cf2b9eff704225efa658b8 (patch)
treefb3d431bf65602ed029fffcfdc62d96b36a49e8a /Doc/lib/libtermios.tex
parentf6863c19091ca23ef69db31aa033b5802c2be871 (diff)
downloadcpython-a54a887f6638f25750cf2b9eff704225efa658b8.zip
cpython-a54a887f6638f25750cf2b9eff704225efa658b8.tar.gz
cpython-a54a887f6638f25750cf2b9eff704225efa658b8.tar.bz2
"\platform{UNIX}" should really be spelled "\platform{Unix}".
Diffstat (limited to 'Doc/lib/libtermios.tex')
-rw-r--r--Doc/lib/libtermios.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libtermios.tex b/Doc/lib/libtermios.tex
index b25db02..a4f1b70 100644
--- a/Doc/lib/libtermios.tex
+++ b/Doc/lib/libtermios.tex
@@ -2,7 +2,7 @@
\POSIX{} style tty control}
\declaremodule{builtin}{termios}
- \platform{UNIX}
+ \platform{Unix}
\modulesynopsis{\POSIX{} style tty control.}
\indexii{\POSIX{}}{I/O control}
@@ -102,7 +102,7 @@ def getpass(prompt = "Password: "):
Constants used with the \module{termios} module}
\declaremodule[TERMIOSuppercase]{standard}{TERMIOS}
- \platform{UNIX}
+ \platform{Unix}
\modulesynopsis{Symbolic constants required to use the
\module{termios} module.}