From: Fred Drake Date: Thu, 10 Jun 1999 21:23:31 +0000 (+0000) Subject: Work around latex2html problem; reported by Gerrit Holl X-Git-Tag: v1.6a1~1241 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06a73f042a614d51289f0fd057cb2ad50b7f881a;p=python Work around latex2html problem; reported by Gerrit Holl . --- diff --git a/Doc/lib/libfnmatch.tex b/Doc/lib/libfnmatch.tex index ef1033568e..7d97461138 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}