summaryrefslogtreecommitdiffstats
path: root/Doc/libunix.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/libunix.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/libunix.tex')
-rw-r--r--Doc/libunix.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/libunix.tex b/Doc/libunix.tex
index 05db4a9..9e1ea53 100644
--- a/Doc/libunix.tex
+++ b/Doc/libunix.tex
@@ -7,10 +7,10 @@ some or many variants of it. Here's an overview:
\begin{description}
\item[posix]
---- The most common Posix system calls (normally used via module \code{os}).
+--- The most common \POSIX{} system calls (normally used via module \code{os}).
\item[posixpath]
---- Common Posix pathname manipulations (normally used via \code{os.path}).
+--- Common \POSIX{} pathname manipulations (normally used via \code{os.path}).
\item[pwd]
--- The password database (\code{getpwnam()} and friends).
@@ -28,7 +28,7 @@ some or many variants of it. Here's an overview:
--- GNU's reinterpretation of dbm.
\item[termios]
---- Posix style tty control.
+--- \POSIX{} style tty control.
\item[TERMIOS]
--- The symbolic constants required to use the \code{termios} module.