summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsyslog.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libsyslog.tex')
-rw-r--r--Doc/lib/libsyslog.tex3
1 files changed, 2 insertions, 1 deletions
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 @@ Close the log file.
\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 @@ mask for the individual priority \var{pri}. The function
to and including \var{pri}.
\end{funcdesc}
+
The module defines the following constants:
\begin{description}