mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
(lib<all sorts of stuff>.tex):
Merged in many typo corrections and fixes to support GNU info processing; submitted by Tamito Kajiyama.
This commit is contained in:
parent
6dc2aae3cd
commit
4b3f0312c9
41 changed files with 154 additions and 80 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue