summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libfnmatch.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-11-30 05:53:22 (GMT)
committerFred Drake <fdrake@acm.org>1997-11-30 05:53:22 (GMT)
commit798654fc68ea3cdc06c6af56c236db5f71dd7157 (patch)
treefed92ceb24a501a82a0d37fabd0498a3d7fc900e /Doc/lib/libfnmatch.tex
parent2478f9d5a2913303592dbe363b5e61922546ff29 (diff)
downloadcpython-798654fc68ea3cdc06c6af56c236db5f71dd7157.zip
cpython-798654fc68ea3cdc06c6af56c236db5f71dd7157.tar.gz
cpython-798654fc68ea3cdc06c6af56c236db5f71dd7157.tar.bz2
Added \indexsubitem definition; functions were previously indexed for the
wrong module.
Diffstat (limited to 'Doc/lib/libfnmatch.tex')
-rw-r--r--Doc/lib/libfnmatch.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libfnmatch.tex b/Doc/lib/libfnmatch.tex
index 86c9073..8bce50a 100644
--- a/Doc/lib/libfnmatch.tex
+++ b/Doc/lib/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