Work around limitations of the module synopsis table generation to avoid
leaking LaTeX2HTML's internal string munging.

This fixes SF bug #420399.
diff --git a/Doc/lib/libsyslog.tex b/Doc/lib/libsyslog.tex
index 6f58287..fc59776 100644
--- a/Doc/lib/libsyslog.tex
+++ b/Doc/lib/libsyslog.tex
@@ -3,7 +3,7 @@
 
 \declaremodule{builtin}{syslog}
   \platform{Unix}
-\modulesynopsis{An interface to the \UNIX{} syslog library routines.}
+\modulesynopsis{An interface to the \UNIX\ syslog library routines.}
 
 
 This module provides an interface to the \UNIX{} \code{syslog} library