diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-03-29 10:47:35 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-03-29 10:47:35 (GMT) |
commit | 07cf1d8085e40840459df877ddaded7c539a6806 (patch) | |
tree | a5f5681990bfe6e0d811e8c88bccf22d0526bc7d /Doc | |
parent | d86440750f7f81a024a9bb2e9053b290ec9b40d4 (diff) | |
download | cpython-07cf1d8085e40840459df877ddaded7c539a6806.zip cpython-07cf1d8085e40840459df877ddaded7c539a6806.tar.gz cpython-07cf1d8085e40840459df877ddaded7c539a6806.tar.bz2 |
#14416: add missing LOG_SYSLOG facility to syslog docs.
Diffstat (limited to 'Doc')
-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 795d66d..645c326 100644 --- a/Doc/library/syslog.rst +++ b/Doc/library/syslog.rst @@ -78,7 +78,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` |