diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-04 05:56:51 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-04 05:56:51 +0000 |
commit | 298c295f71c2985296292fe3463bee355273887f (patch) | |
tree | 98cce22a88f4f51b7710edd26bb92e21d6dc0615 /Doc/lib/libsyslog.tex | |
parent | c3f7cdb03a4662a291ce516f816ff3634e0babb9 (diff) | |
download | cpython-298c295f71c2985296292fe3463bee355273887f.tar.gz |
Remove obsolete lines like this:
\setindexsubitem{(in module frobnitz)}
These are no longer needed when present before any other \setindexsubitem{}
in the module section. The indexsubitem is now set by \bimodindex and
\stmodindex.
Diffstat (limited to 'Doc/lib/libsyslog.tex')
-rw-r--r-- | Doc/lib/libsyslog.tex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/lib/libsyslog.tex b/Doc/lib/libsyslog.tex index 5d2b6a958a..f748186b61 100644 --- a/Doc/lib/libsyslog.tex +++ b/Doc/lib/libsyslog.tex @@ -8,7 +8,6 @@ of the \code{syslog} facility. The module defines the following functions: -\setindexsubitem{(in module syslog)} \begin{funcdesc}{syslog}{\optional{priority,} message} Send the string \var{message} to the system logger. |