diff -r 6982f460fa6d Doc/library/syslog.rst --- a/Doc/library/syslog.rst Mon Mar 26 23:35:31 2012 -0400 +++ b/Doc/library/syslog.rst Tue Mar 27 15:02:23 2012 +0200 @@ -78,11 +78,12 @@ 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_SYSLOG`, :const:`LOG_AUTHPRIV`, :const:`LOG_CRON` + and :const:`LOG_LOCAL0` to :const:`LOG_LOCAL7`. Log options: - :const:`LOG_PID`, :const:`LOG_CONS`, :const:`LOG_NDELAY`, :const:`LOG_NOWAIT` - and :const:`LOG_PERROR` if defined in ````. + :const:`LOG_PID`, :const:`LOG_CONS`, :const:`LOG_NDELAY`, :const:`LOG_ODELAY` + :const:`LOG_NOWAIT` and :const:`LOG_PERROR` if defined in ````. Examples