Work around limitations of the module synopsis table generation to avoid

leaking LaTeX2HTML's internal string munging.

This fixes SF bug #420399.
This commit is contained in:
Fred Drake 2001-05-09 15:50:17 +00:00
parent 78cae61ad4
commit c116b82b77
9 changed files with 9 additions and 9 deletions

View File

@ -3,7 +3,7 @@
\declaremodule{standard}{curses.ascii} \declaremodule{standard}{curses.ascii}
\modulesynopsis{Constants and set-membership functions for \modulesynopsis{Constants and set-membership functions for
\ASCII{} characters.} \ASCII\ characters.}
\moduleauthor{Eric S. Raymond}{esr@thyrsus.com} \moduleauthor{Eric S. Raymond}{esr@thyrsus.com}
\sectionauthor{Eric S. Raymond}{esr@thyrsus.com} \sectionauthor{Eric S. Raymond}{esr@thyrsus.com}

View File

@ -3,7 +3,7 @@
\declaremodule{builtin}{binascii} \declaremodule{builtin}{binascii}
\modulesynopsis{Tools for converting between binary and various \modulesynopsis{Tools for converting between binary and various
\ASCII{}-encoded binary representations.} \ASCII-encoded binary representations.}
The \module{binascii} module contains a number of methods to convert The \module{binascii} module contains a number of methods to convert

View File

@ -3,7 +3,7 @@
\declaremodule{standard}{calendar} \declaremodule{standard}{calendar}
\modulesynopsis{General functions for working with the calendar, \modulesynopsis{General functions for working with the calendar,
including some emulation of the \UNIX{} \program{cal} including some emulation of the \UNIX\ \program{cal}
program.} program.}
\sectionauthor{Drew Csillag}{drew_csillag@geocities.com} \sectionauthor{Drew Csillag}{drew_csillag@geocities.com}

View File

@ -4,7 +4,7 @@
\declaremodule{builtin}{crypt} \declaremodule{builtin}{crypt}
\platform{Unix} \platform{Unix}
\modulesynopsis{The \cfunction{crypt()} function used to check \modulesynopsis{The \cfunction{crypt()} function used to check
\UNIX{} passwords.} \UNIX\ passwords.}
\moduleauthor{Steven D. Majewski}{sdm7g@virginia.edu} \moduleauthor{Steven D. Majewski}{sdm7g@virginia.edu}
\sectionauthor{Steven D. Majewski}{sdm7g@virginia.edu} \sectionauthor{Steven D. Majewski}{sdm7g@virginia.edu}
\sectionauthor{Peter Funk}{pf@artcom-gmbh.de} \sectionauthor{Peter Funk}{pf@artcom-gmbh.de}

View File

@ -4,7 +4,7 @@
\declaremodule{standard}{pipes} \declaremodule{standard}{pipes}
\platform{Unix} \platform{Unix}
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il} \sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{A Python interface to \UNIX{} shell pipelines.} \modulesynopsis{A Python interface to \UNIX\ shell pipelines.}
The \module{pipes} module defines a class to abstract the concept of The \module{pipes} module defines a class to abstract the concept of

View File

@ -3,7 +3,7 @@
\declaremodule{builtin}{posix} \declaremodule{builtin}{posix}
\platform{Unix} \platform{Unix}
\modulesynopsis{The most common \POSIX{} system calls (normally used \modulesynopsis{The most common \POSIX\ system calls (normally used
via module \refmodule{os}).} via module \refmodule{os}).}

View File

@ -2,7 +2,7 @@
Simple lexical analysis} Simple lexical analysis}
\declaremodule{standard}{shlex} \declaremodule{standard}{shlex}
\modulesynopsis{Simple lexical analysis for \UNIX{} shell-like languages.} \modulesynopsis{Simple lexical analysis for \UNIX\ shell-like languages.}
\moduleauthor{Eric S. Raymond}{esr@snark.thyrsus.com} \moduleauthor{Eric S. Raymond}{esr@snark.thyrsus.com}
\sectionauthor{Eric S. Raymond}{esr@snark.thyrsus.com} \sectionauthor{Eric S. Raymond}{esr@snark.thyrsus.com}

View File

@ -3,7 +3,7 @@
\declaremodule{builtin}{syslog} \declaremodule{builtin}{syslog}
\platform{Unix} \platform{Unix}
\modulesynopsis{An interface to the \UNIX{} syslog library routines.} \modulesynopsis{An interface to the \UNIX\ syslog library routines.}
This module provides an interface to the \UNIX{} \code{syslog} library This module provides an interface to the \UNIX{} \code{syslog} library

View File

@ -3,7 +3,7 @@
\declaremodule{builtin}{termios} \declaremodule{builtin}{termios}
\platform{Unix} \platform{Unix}
\modulesynopsis{\POSIX{} style tty control.} \modulesynopsis{\POSIX\ style tty control.}
\indexii{\POSIX{}}{I/O control} \indexii{\POSIX{}}{I/O control}
\indexii{tty}{I/O control} \indexii{tty}{I/O control}