diff options
author | Daniel S. Lewart <lewart@uiuc.edu> | 1998-07-22 01:20:08 -0500 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-22 17:00:30 +0000 |
commit | b12e51c8ab7fa4270796ab6177703b6cb995c11a (patch) | |
tree | b1fde1883e124da9e25074726280ea94869a90a6 /lib/Sys | |
parent | 54e3afc441abba8883475ac072142d63faf42876 (diff) | |
download | perl-b12e51c8ab7fa4270796ab6177703b6cb995c11a.tar.gz |
lib/Sys/Syslog.pm doc
Message-Id: <199807221120.GAA07962@staff2.cso.uiuc.edu>
p4raw-id: //depot/perl@1639
Diffstat (limited to 'lib/Sys')
-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 |