Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06a73f0

Browse files
committed
Work around latex2html problem; reported by Gerrit Holl
<[email protected]>.
1 parent 2b755b8 commit 06a73f0

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Doc/lib/libfnmatch.tex

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
\section{\module{fnmatch} ---
2-
\UNIX{} style filename pattern matching}
2+
\UNIX{} filename pattern matching}
33

44
\declaremodule{standard}{fnmatch}
55
\modulesynopsis{\UNIX{} shell style filename pattern matching.}
@@ -19,9 +19,10 @@ \section{\module{fnmatch} ---
1919
\end{list}
2020

2121
Note that the filename separator (\code{'/'} on \UNIX{}) is \emph{not}
22-
special to this module. See module \refmodule{glob}\refstmodindex{glob}
23-
for pathname expansion (\refmodule{glob} uses \function{fnmatch()} to
24-
match filename segments).
22+
special to this module. See module
23+
\refmodule{glob}\refstmodindex{glob} for pathname expansion
24+
(\refmodule{glob} uses \function{fnmatch()} to match filename
25+
segments).
2526

2627

2728
\begin{funcdesc}{fnmatch}{filename, pattern}

0 commit comments

Comments
 (0)