diff options
author | Fred Drake <fdrake@acm.org> | 1997-11-30 05:27:26 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-11-30 05:27:26 (GMT) |
commit | 92796d1f01cd384eecab67aa27ec26f85b033437 (patch) | |
tree | ace31dc7ca6f213cf077d94a42bf2b3f9fea4cd4 /Doc | |
parent | 7730cc067ff7eff237f8e6ca63b62595d45fbf36 (diff) | |
download | cpython-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')
-rw-r--r-- | Doc/lib/libsyslog.tex | 2 | ||||
-rw-r--r-- | Doc/libsyslog.tex | 2 |
2 files changed, 4 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. diff --git a/Doc/libsyslog.tex b/Doc/libsyslog.tex index 37d6b66..feb56c1 100644 --- a/Doc/libsyslog.tex +++ b/Doc/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. |