Textual references to the glob module can be hyperlinks.
diff --git a/Doc/lib/libfnmatch.tex b/Doc/lib/libfnmatch.tex
index 6557b61..ef10335 100644
--- a/Doc/lib/libfnmatch.tex
+++ b/Doc/lib/libfnmatch.tex
@@ -19,8 +19,8 @@
 \end{list}
 
 Note that the filename separator (\code{'/'} on \UNIX{}) is \emph{not}
-special to this module.  See module \code{glob}\refstmodindex{glob}
-for pathname expansion (\module{glob} uses \function{fnmatch()} to
+special to this module.  See module \refmodule{glob}\refstmodindex{glob}
+for pathname expansion (\refmodule{glob} uses \function{fnmatch()} to
 match filename segments).