diff options
Diffstat (limited to 'Doc/lib/libfnmatch.tex')
-rw-r--r-- | Doc/lib/libfnmatch.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libfnmatch.tex b/Doc/lib/libfnmatch.tex index f2f82ba..b1f3a1b 100644 --- a/Doc/lib/libfnmatch.tex +++ b/Doc/lib/libfnmatch.tex @@ -1,6 +1,8 @@ \section{Standard Module \module{fnmatch}} -\label{module-fnmatch} -\stmodindex{fnmatch} +\declaremodule{standard}{fnmatch} + +\modulesynopsis{\UNIX{} shell style pathname pattern matching.} + This module provides support for \UNIX{} shell-style wildcards, which are \emph{not} the same as regular expressions (which are documented |