diff options
author | Fred Drake <fdrake@acm.org> | 1999-06-10 21:23:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-06-10 21:23:31 (GMT) |
commit | 06a73f042a614d51289f0fd057cb2ad50b7f881a (patch) | |
tree | 094df9391ea4aa6c309a88ae1a3b01316c490072 /Doc | |
parent | 2b755b88c017c5cd704530331de4f185de294d40 (diff) | |
download | cpython-06a73f042a614d51289f0fd057cb2ad50b7f881a.zip cpython-06a73f042a614d51289f0fd057cb2ad50b7f881a.tar.gz cpython-06a73f042a614d51289f0fd057cb2ad50b7f881a.tar.bz2 |
Work around latex2html problem; reported by Gerrit Holl
<gerrit.holl@pobox.com>.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libfnmatch.tex | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Doc/lib/libfnmatch.tex b/Doc/lib/libfnmatch.tex index ef10335..7d97461 100644 --- a/Doc/lib/libfnmatch.tex +++ b/Doc/lib/libfnmatch.tex @@ -1,5 +1,5 @@ \section{\module{fnmatch} --- - \UNIX{} style filename pattern matching} + \UNIX{} filename pattern matching} \declaremodule{standard}{fnmatch} \modulesynopsis{\UNIX{} shell style filename pattern matching.} @@ -19,9 +19,10 @@ characters used in shell-style wildcards are: \end{list} Note that the filename separator (\code{'/'} on \UNIX{}) is \emph{not} -special to this module. See module \refmodule{glob}\refstmodindex{glob} -for pathname expansion (\refmodule{glob} uses \function{fnmatch()} to -match filename segments). +special to this module. See module +\refmodule{glob}\refstmodindex{glob} for pathname expansion +(\refmodule{glob} uses \function{fnmatch()} to match filename +segments). \begin{funcdesc}{fnmatch}{filename, pattern} |