Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b755b8 commit 06a73f0Copy full SHA for 06a73f0
1 file changed
Doc/lib/libfnmatch.tex
@@ -1,5 +1,5 @@
1
\section{\module{fnmatch} ---
2
- \UNIX{} style filename pattern matching}
+ \UNIX{} filename pattern matching}
3
4
\declaremodule{standard}{fnmatch}
5
\modulesynopsis{\UNIX{} shell style filename pattern matching.}
@@ -19,9 +19,10 @@ \section{\module{fnmatch} ---
19
\end{list}
20
21
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).
+special to this module. See module
+\refmodule{glob}\refstmodindex{glob} for pathname expansion
+(\refmodule{glob} uses \function{fnmatch()} to match filename
25
+segments).
26
27
28
\begin{funcdesc}{fnmatch}{filename, pattern}
0 commit comments