From: Fred Drake Date: Sun, 30 Nov 1997 05:27:26 +0000 (+0000) Subject: Added \indexsubitem definition; functions were previously indexed for the X-Git-Tag: v1.5b2~157 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92796d1f01cd384eecab67aa27ec26f85b033437;p=thirdparty%2FPython%2Fcpython.git Added \indexsubitem definition; functions were previously indexed for the wrong module. --- diff --git a/Doc/lib/libsyslog.tex b/Doc/lib/libsyslog.tex index 37d6b6614a1c..feb56c1999a2 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 37d6b6614a1c..feb56c1999a2 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.