diff options
author | Fred Drake <fdrake@acm.org> | 1996-12-19 12:20:54 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1996-12-19 12:20:54 (GMT) |
commit | ae0cd0b9b3c003c15c68a95911c8a62577ce1103 (patch) | |
tree | 2f6b040c90e5b0c6bde6680e1709bbbc7deb73df /Doc | |
parent | 20c6381856a338aede29c349953fe38a197b3c9a (diff) | |
download | cpython-ae0cd0b9b3c003c15c68a95911c8a62577ce1103.zip cpython-ae0cd0b9b3c003c15c68a95911c8a62577ce1103.tar.gz cpython-ae0cd0b9b3c003c15c68a95911c8a62577ce1103.tar.bz2 |
(libunix.tex): Change matching lib.tex: add line item for the resource
module.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libunix.tex | 4 | ||||
-rw-r--r-- | Doc/libunix.tex | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/Doc/lib/libunix.tex b/Doc/lib/libunix.tex index 361aa16..239f426 100644 --- a/Doc/lib/libunix.tex +++ b/Doc/lib/libunix.tex @@ -39,6 +39,10 @@ some or many variants of it. Here's an overview: \item[posixfile] --- A file-like object with support for locking. +\item[resource] +--- An interface to provide resource usage information on the current +process. + \item[syslog] --- An interface to the \UNIX{} \code{syslog} library routines. diff --git a/Doc/libunix.tex b/Doc/libunix.tex index 361aa16..239f426 100644 --- a/Doc/libunix.tex +++ b/Doc/libunix.tex @@ -39,6 +39,10 @@ some or many variants of it. Here's an overview: \item[posixfile] --- A file-like object with support for locking. +\item[resource] +--- An interface to provide resource usage information on the current +process. + \item[syslog] --- An interface to the \UNIX{} \code{syslog} library routines. |