diff options
Diffstat (limited to 'Doc/lib/libfnmatch.tex')
-rw-r--r-- | Doc/lib/libfnmatch.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfnmatch.tex b/Doc/lib/libfnmatch.tex index 8ef0fee..fc4b97a 100644 --- a/Doc/lib/libfnmatch.tex +++ b/Doc/lib/libfnmatch.tex @@ -19,7 +19,7 @@ characters used in shell-style wildcards are: \lineii{[!\var{seq}]}{matches any character not in \var{seq}} \end{tableii} -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} for pathname expansion (\refmodule{glob} uses \function{fnmatch()} to match pathname |