syslog.3: Note default value for 'facility' when calling openlog()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-03-26 13:57:11 +02:00
parent d302d9c917
commit 6b5652c1aa
1 changed files with 11 additions and 0 deletions

View File

@ -110,6 +110,17 @@ argument is formed by ORing the
and the
.I level
values (explained below).
If no
.I facility
value is ORed into
.IR priority ,
then the default value set by
.BR openlog ()
is used, or, if there was no preceding
.BR openlog ()
call, a default of
.BR LOG_USER
is employed.
The remaining arguments are a
.IR format ,