diff options
Diffstat (limited to 'Doc/libunix.tex')
-rw-r--r-- | Doc/libunix.tex | 6 |
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. |