summaryrefslogtreecommitdiffstats
path: root/Doc/libunix.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1996-12-19 12:20:54 (GMT)
committerFred Drake <fdrake@acm.org>1996-12-19 12:20:54 (GMT)
commitae0cd0b9b3c003c15c68a95911c8a62577ce1103 (patch)
tree2f6b040c90e5b0c6bde6680e1709bbbc7deb73df /Doc/libunix.tex
parent20c6381856a338aede29c349953fe38a197b3c9a (diff)
downloadcpython-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/libunix.tex')
-rw-r--r--Doc/libunix.tex4
1 files changed, 4 insertions, 0 deletions
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.