diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-03-29 10:47:59 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-03-29 10:47:59 (GMT) |
commit | de294ec02e7017c462eab5244748b83d63f79ae4 (patch) | |
tree | 8a2f17927d7aa9198c750b946639db01c3c844bd | |
parent | c56e667b6e3e1c7db809ebbafefc62a54589dea3 (diff) | |
download | cpython-de294ec02e7017c462eab5244748b83d63f79ae4.zip cpython-de294ec02e7017c462eab5244748b83d63f79ae4.tar.gz cpython-de294ec02e7017c462eab5244748b83d63f79ae4.tar.bz2 |
#14416: add missing LOG_SYSLOG facility to syslog docs.
-rw-r--r-- | Doc/library/syslog.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/syslog.rst b/Doc/library/syslog.rst index 21eee1e..780ca59 100644 --- a/Doc/library/syslog.rst +++ b/Doc/library/syslog.rst @@ -73,7 +73,8 @@ Priority levels (high to low): Facilities: :const:`LOG_KERN`, :const:`LOG_USER`, :const:`LOG_MAIL`, :const:`LOG_DAEMON`, :const:`LOG_AUTH`, :const:`LOG_LPR`, :const:`LOG_NEWS`, :const:`LOG_UUCP`, - :const:`LOG_CRON` and :const:`LOG_LOCAL0` to :const:`LOG_LOCAL7`. + :const:`LOG_CRON`, :const:`LOG_SYSLOG` and :const:`LOG_LOCAL0` to + :const:`LOG_LOCAL7`. Log options: :const:`LOG_PID`, :const:`LOG_CONS`, :const:`LOG_NDELAY`, :const:`LOG_NOWAIT` |