syslog.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-11-12 11:26:17 -05:00
parent d1d8780179
commit 64c85cc4ca
1 changed files with 3 additions and 3 deletions

View File

@ -131,7 +131,7 @@ The
argument to
.BR openlog ()
is an OR of any of these:
.TP
.TP 15
.B LOG_CONS
Write directly to system console if there is an error while sending to
system logger.
@ -166,7 +166,7 @@ The
argument is used to specify what type of program is logging the message.
This lets the configuration file specify that messages from different
facilities will be handled differently.
.TP
.TP 15
.B LOG_AUTH
security/authorization messages (DEPRECATED Use
.B LOG_AUTHPRIV
@ -212,7 +212,7 @@ UUCP subsystem
.SS level
This determines the importance of the message.
The levels are, in order of decreasing importance:
.TP
.TP 15
.B LOG_EMERG
system is unusable
.TP