diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-03-29 10:49:29 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-03-29 10:49:29 (GMT) |
commit | 8c696321eb44f84134bf9e60e5c0bf49bc793dde (patch) | |
tree | a5b41ad9cbf2e2f8506e3db081924017ae91b97f /Doc/library | |
parent | 909f5bc849cbfcc3a9c7e198c7856eb718f90dd5 (diff) | |
parent | 07cf1d8085e40840459df877ddaded7c539a6806 (diff) | |
download | cpython-8c696321eb44f84134bf9e60e5c0bf49bc793dde.zip cpython-8c696321eb44f84134bf9e60e5c0bf49bc793dde.tar.gz cpython-8c696321eb44f84134bf9e60e5c0bf49bc793dde.tar.bz2 |
Merge #14416: add missing LOG_SYSLOG facility to syslog docs.
Diffstat (limited to 'Doc/library')
-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` |