diff options
Diffstat (limited to 'lib/Sys/Syslog.pm')
-rw-r--r-- | lib/Sys/Syslog.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sys/Syslog.pm b/lib/Sys/Syslog.pm index 1f92e60ccf..e8faac7126 100644 --- a/lib/Sys/Syslog.pm +++ b/lib/Sys/Syslog.pm @@ -48,7 +48,7 @@ Syslog provides the functions: =item openlog $ident, $logopt, $facility I<$ident> is prepended to every message. -I<$logopt> contains one or more of the words I<pid>, I<ndelay>, I<cons>, I<nowait>. +I<$logopt> contains zero or more of the words I<pid>, I<ndelay>, I<cons>, I<nowait>. I<$facility> specifies the part of the system =item syslog $priority, $format, @args |