Consistently use \POSIX{} to denote POSIX. There were at least two different

ways to do it previously (not counting module names).
This commit is contained in:
Fred Drake 1998-02-09 20:27:12 +00:00
parent 41785fb864
commit 65b32f7f74
18 changed files with 60 additions and 60 deletions

View file

@ -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.