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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92796d1f01cd384eecab67aa27ec26f85b033437;p=python Added \indexsubitem definition; functions were previously indexed for the wrong module. --- diff --git a/Doc/lib/libsyslog.tex b/Doc/lib/libsyslog.tex index 37d6b6614a..feb56c1999 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 37d6b6614a..feb56c1999 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.