]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Work around limitations of the module synopsis table generation to avoid
authorFred Drake <fdrake@acm.org>
Wed, 9 May 2001 15:52:56 +0000 (15:52 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 9 May 2001 15:52:56 +0000 (15:52 +0000)
leaking LaTeX2HTML's internal string munging.

This fixes SF bug #420399.

Doc/lib/libascii.tex
Doc/lib/libbinascii.tex
Doc/lib/libcalendar.tex
Doc/lib/libcrypt.tex
Doc/lib/libpipes.tex
Doc/lib/libposix.tex
Doc/lib/libshlex.tex
Doc/lib/libsyslog.tex
Doc/lib/libtermios.tex

index ae4fe6f61b279a45b6a3e8417962d9f55110e0ce..003bd9544de9bd69a3c20323f52cdeeda2f80fef 100644 (file)
@@ -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}
 
index 55a743ab31f0a0137c10158bb9a1e096575d1b12..a569a47d321c44f453f2e05f7d81e5c188b62f79 100644 (file)
@@ -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
index f5dd8c412a9d3c21d8e339235b4b4670b95257ae..c6ca67fee3064222cb67542cdb464062659f1cbf 100644 (file)
@@ -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}
 
index e3936b7a5d2ad0523c18e8635fe7259cb0c7df09..20d9bb2ad0cd1492a25914dac98484608bc43cd3 100644 (file)
@@ -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}
index 2b1763b0ea2b0bcda19fd1bea6c93121218dd83a..4e6ea53930c74449dfb58505c953ede330a1e571 100644 (file)
@@ -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
index dada973011778abf04f58a7513e6886eaee20210..0bb8173769e2ae96ab43dd599ca9fe35c705668f 100644 (file)
@@ -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}).}
 
 
index 4ed928c95f548bbfa073845cefbec1a77188c138..eecded7d8f321662b2a5deec0ecfca04b2b7d5ff 100644 (file)
@@ -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}
 
index 6f58287b26fbd23c0505b1ab2c5d085d0e0228b0..fc59776c670128c6088f802e2f0030561715ee35 100644 (file)
@@ -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
index 89481e6a630e3e5843b852ec7e28cc330c4c1787..f426f95eef21945a13d9ff3bdd3dd5d25e14da11 100644 (file)
@@ -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}