summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libshlex.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-05-09 15:50:17 (GMT)
committerFred Drake <fdrake@acm.org>2001-05-09 15:50:17 (GMT)
commitc116b82b773fac82b1228775fc5bdabcac8562ad (patch)
tree749e08d0d4e49984cbdf9ed4b62c72f1aca6ca0b /Doc/lib/libshlex.tex
parent78cae61ad47f70208468a77d665b009601fac2be (diff)
downloadcpython-c116b82b773fac82b1228775fc5bdabcac8562ad.zip
cpython-c116b82b773fac82b1228775fc5bdabcac8562ad.tar.gz
cpython-c116b82b773fac82b1228775fc5bdabcac8562ad.tar.bz2
Work around limitations of the module synopsis table generation to avoid
leaking LaTeX2HTML's internal string munging. This fixes SF bug #420399.
Diffstat (limited to 'Doc/lib/libshlex.tex')
-rw-r--r--Doc/lib/libshlex.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libshlex.tex b/Doc/lib/libshlex.tex
index 4ed928c..eecded7 100644
--- a/Doc/lib/libshlex.tex
+++ b/Doc/lib/libshlex.tex
@@ -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}