Fix an amazing number of typos & malformed sentences reported by Detlef
Lannert <lannert@uni-duesseldorf.de>.
diff --git a/Doc/lib/libsyslog.tex b/Doc/lib/libsyslog.tex
index 70a05be..1068db9 100644
--- a/Doc/lib/libsyslog.tex
+++ b/Doc/lib/libsyslog.tex
@@ -39,7 +39,7 @@
 \end{funcdesc}
 
 \begin{funcdesc}{setlogmask}{maskpri}
-This function set the priority mask to \var{maskpri} and returns the
+Set the priority mask to \var{maskpri} and return the
 previous mask value.  Calls to \function{syslog()} with a priority
 level not set in \var{maskpri} are ignored.  The default is to log all
 priorities.  The function \code{LOG_MASK(\var{pri})} calculates the
@@ -48,6 +48,7 @@
 to and including \var{pri}.
 \end{funcdesc}
 
+
 The module defines the following constants:
 
 \begin{description}