summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsyslog.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-11-30 05:27:26 (GMT)
committerFred Drake <fdrake@acm.org>1997-11-30 05:27:26 (GMT)
commit92796d1f01cd384eecab67aa27ec26f85b033437 (patch)
treeace31dc7ca6f213cf077d94a42bf2b3f9fea4cd4 /Doc/lib/libsyslog.tex
parent7730cc067ff7eff237f8e6ca63b62595d45fbf36 (diff)
downloadcpython-92796d1f01cd384eecab67aa27ec26f85b033437.zip
cpython-92796d1f01cd384eecab67aa27ec26f85b033437.tar.gz
cpython-92796d1f01cd384eecab67aa27ec26f85b033437.tar.bz2
Added \indexsubitem definition; functions were previously indexed for the
wrong module.
Diffstat (limited to 'Doc/lib/libsyslog.tex')
-rw-r--r--Doc/lib/libsyslog.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libsyslog.tex b/Doc/lib/libsyslog.tex
index 37d6b66..feb56c1 100644
--- a/Doc/lib/libsyslog.tex
+++ b/Doc/lib/libsyslog.tex
@@ -8,6 +8,8 @@ of the \code{syslog} facility.
The module defines the following functions:
+\renewcommand{\indexsubitem}{(in module syslog)}
+
\begin{funcdesc}{syslog}{\optional{priority\,} message}
Send the string \var{message} to the system logger.
A trailing newline is added if necessary.