]> granicus.if.org Git - python/commitdiff
Work around latex2html problem; reported by Gerrit Holl
authorFred Drake <fdrake@acm.org>
Thu, 10 Jun 1999 21:23:31 +0000 (21:23 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 10 Jun 1999 21:23:31 +0000 (21:23 +0000)
<gerrit.holl@pobox.com>.

Doc/lib/libfnmatch.tex

index ef1033568efffcbf5eaa614435a6500fa7a332ef..7d974611383a02a884ce9fc7a5e0f576aa013374 100644 (file)
@@ -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}