mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
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:
parent
41785fb864
commit
65b32f7f74
18 changed files with 60 additions and 60 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue