diff options
author | Fred Drake <fdrake@acm.org> | 1996-12-13 22:04:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1996-12-13 22:04:31 (GMT) |
commit | 4b3f0312c9358a3a05b75aaab72aeee1ac869101 (patch) | |
tree | 6720366f64c003a46b4c0a053c1ccfebcebd00ad /Doc/lib/libunix.tex | |
parent | 6dc2aae3cd85f9a11f823df9742e6283b1f406f6 (diff) | |
download | cpython-4b3f0312c9358a3a05b75aaab72aeee1ac869101.zip cpython-4b3f0312c9358a3a05b75aaab72aeee1ac869101.tar.gz cpython-4b3f0312c9358a3a05b75aaab72aeee1ac869101.tar.bz2 |
(lib<all sorts of stuff>.tex):
Merged in many typo corrections and fixes to support GNU info
processing; submitted by Tamito Kajiyama.
Diffstat (limited to 'Doc/lib/libunix.tex')
-rw-r--r-- | Doc/lib/libunix.tex | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Doc/lib/libunix.tex b/Doc/lib/libunix.tex index 895c6e5..47ed029 100644 --- a/Doc/lib/libunix.tex +++ b/Doc/lib/libunix.tex @@ -19,7 +19,7 @@ some or many variants of it. Here's an overview: --- The group database (\code{getgrnam()} and friends). \item[crypt] ---- The (\code{crypt()} function used to check Unix passwords). +--- The \code{crypt()} function used to check Unix passwords. \item[dbm] --- The standard ``database'' interface, based on \code{ndbm}. @@ -30,10 +30,16 @@ some or many variants of it. Here's an overview: \item[termios] --- Posix style tty control. +\item[TERMIOS] +--- The symbolic constants required to use the \code{termios} module. + \item[fcntl] --- The \code{fcntl()} and \code{ioctl()} system calls. \item[posixfile] --- A file-like object with support for locking. +\item[syslog] +--- An interface to the Unix \code{syslog} library routines. + \end{description} |