diff options
Diffstat (limited to 'Doc/libfnmatch.tex')
-rw-r--r-- | Doc/libfnmatch.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/libfnmatch.tex b/Doc/libfnmatch.tex index 86c9073..8bce50a 100644 --- a/Doc/libfnmatch.tex +++ b/Doc/libfnmatch.tex @@ -17,6 +17,8 @@ Note that the filename separator (\code{'/'} on Unix) is \emph{not} special to this module. See module \code{glob} for pathname expansion (\code{glob} uses \code{fnmatch} to match filename segments). +\renewcommand{\indexsubitem}{(in module fnmatch)} + \begin{funcdesc}{fnmatch}{filename\, pattern} Test whether the \var{filename} string matches the \var{pattern} string, returning true or false. If the operating system is |