Adjusted to use the new module synopsis support macros.
diff --git a/Doc/lib/libsyslog.tex b/Doc/lib/libsyslog.tex
index 3e5b166..cd32bbf 100644
--- a/Doc/lib/libsyslog.tex
+++ b/Doc/lib/libsyslog.tex
@@ -1,6 +1,8 @@
 \section{Built-in Module \module{syslog}}
-\label{module-syslog}
-\bimodindex{syslog}
+\declaremodule{builtin}{syslog}
+
+\modulesynopsis{An interface to the \UNIX{} syslog library routines.}
+
 
 This module provides an interface to the \UNIX{} \code{syslog} library
 routines.  Refer to the \UNIX{} manual pages for a detailed description