Adjusted to use the new module synopsis support macros.
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