summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsyslog.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-02-19 17:54:10 (GMT)
committerFred Drake <fdrake@acm.org>1999-02-19 17:54:10 (GMT)
commitd8a41e6391764770cfbe02f1bda7c97e761d1e6d (patch)
treee0e9c911f74c859c86d66e86095135ea2b8fff01 /Doc/lib/libsyslog.tex
parentf6346345b0fcad09d42fc15e2fa8d460fc03c4e8 (diff)
downloadcpython-d8a41e6391764770cfbe02f1bda7c97e761d1e6d.zip
cpython-d8a41e6391764770cfbe02f1bda7c97e761d1e6d.tar.gz
cpython-d8a41e6391764770cfbe02f1bda7c97e761d1e6d.tar.bz2
Fix an amazing number of typos & malformed sentences reported by Detlef
Lannert <lannert@uni-duesseldorf.de>.
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}