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:
parent
78cae61ad4
commit
c116b82b77
|
@ -3,7 +3,7 @@
|
|||
|
||||
\declaremodule{standard}{curses.ascii}
|
||||
\modulesynopsis{Constants and set-membership functions for
|
||||
\ASCII{} characters.}
|
||||
\ASCII\ characters.}
|
||||
\moduleauthor{Eric S. Raymond}{esr@thyrsus.com}
|
||||
\sectionauthor{Eric S. Raymond}{esr@thyrsus.com}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
\declaremodule{builtin}{binascii}
|
||||
\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
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
\declaremodule{standard}{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.}
|
||||
\sectionauthor{Drew Csillag}{drew_csillag@geocities.com}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
\declaremodule{builtin}{crypt}
|
||||
\platform{Unix}
|
||||
\modulesynopsis{The \cfunction{crypt()} function used to check
|
||||
\UNIX{} passwords.}
|
||||
\UNIX\ passwords.}
|
||||
\moduleauthor{Steven D. Majewski}{sdm7g@virginia.edu}
|
||||
\sectionauthor{Steven D. Majewski}{sdm7g@virginia.edu}
|
||||
\sectionauthor{Peter Funk}{pf@artcom-gmbh.de}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
\declaremodule{standard}{pipes}
|
||||
\platform{Unix}
|
||||
\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
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
\declaremodule{builtin}{posix}
|
||||
\platform{Unix}
|
||||
\modulesynopsis{The most common \POSIX{} system calls (normally used
|
||||
\modulesynopsis{The most common \POSIX\ system calls (normally used
|
||||
via module \refmodule{os}).}
|
||||
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Simple lexical analysis}
|
||||
|
||||
\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}
|
||||
\sectionauthor{Eric S. Raymond}{esr@snark.thyrsus.com}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
\declaremodule{builtin}{syslog}
|
||||
\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
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
\declaremodule{builtin}{termios}
|
||||
\platform{Unix}
|
||||
\modulesynopsis{\POSIX{} style tty control.}
|
||||
\modulesynopsis{\POSIX\ style tty control.}
|
||||
|
||||
\indexii{\POSIX{}}{I/O control}
|
||||
\indexii{tty}{I/O control}
|
||||
|
|
Loading…
Reference in New Issue