diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-09 18:12:29 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-09 18:12:29 (GMT) |
commit | 17a2b640e4a19b7c1f39236466821ae9afe040ee (patch) | |
tree | 0e037b8e1c1b66b2f31348e834c510848a38cd2c | |
parent | 955e03bd68b7ea10d9c78e556ce50dcd778b1ee1 (diff) | |
download | cpython-17a2b640e4a19b7c1f39236466821ae9afe040ee.zip cpython-17a2b640e4a19b7c1f39236466821ae9afe040ee.tar.gz cpython-17a2b640e4a19b7c1f39236466821ae9afe040ee.tar.bz2 |
Work around annoyances in LaTeX2HTML.
-rw-r--r-- | Doc/lib/libfnmatch.tex | 2 | ||||
-rw-r--r-- | Doc/lib/libglob.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libfnmatch.tex b/Doc/lib/libfnmatch.tex index 527358b..4d184bc 100644 --- a/Doc/lib/libfnmatch.tex +++ b/Doc/lib/libfnmatch.tex @@ -2,7 +2,7 @@ \UNIX{} filename pattern matching} \declaremodule{standard}{fnmatch} -\modulesynopsis{\UNIX{} shell style filename pattern matching.} +\modulesynopsis{\UNIX\ shell style filename pattern matching.} \index{filenames!wildcard expansion} diff --git a/Doc/lib/libglob.tex b/Doc/lib/libglob.tex index 9efc5aa..5c1de80 100644 --- a/Doc/lib/libglob.tex +++ b/Doc/lib/libglob.tex @@ -2,7 +2,7 @@ \UNIX{} style pathname pattern expansion} \declaremodule{standard}{glob} -\modulesynopsis{\UNIX{} shell style pathname pattern expansion.} +\modulesynopsis{\UNIX\ shell style pathname pattern expansion.} The \module{glob} module finds all the pathnames matching a specified |