Kaydet (Commit) 06a73f04 authored tarafından Fred Drake's avatar Fred Drake

Work around latex2html problem; reported by Gerrit Holl

<gerrit.holl@pobox.com>.
üst 2b755b88
\section{\module{fnmatch} --- \section{\module{fnmatch} ---
\UNIX{} style filename pattern matching} \UNIX{} filename pattern matching}
\declaremodule{standard}{fnmatch} \declaremodule{standard}{fnmatch}
\modulesynopsis{\UNIX{} shell style filename pattern matching.} \modulesynopsis{\UNIX{} shell style filename pattern matching.}
...@@ -19,9 +19,10 @@ characters used in shell-style wildcards are: ...@@ -19,9 +19,10 @@ characters used in shell-style wildcards are:
\end{list} \end{list}
Note that the filename separator (\code{'/'} on \UNIX{}) is \emph{not} Note that the filename separator (\code{'/'} on \UNIX{}) is \emph{not}
special to this module. See module \refmodule{glob}\refstmodindex{glob} special to this module. See module
for pathname expansion (\refmodule{glob} uses \function{fnmatch()} to \refmodule{glob}\refstmodindex{glob} for pathname expansion
match filename segments). (\refmodule{glob} uses \function{fnmatch()} to match filename
segments).
\begin{funcdesc}{fnmatch}{filename, pattern} \begin{funcdesc}{fnmatch}{filename, pattern}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment