summaryrefslogtreecommitdiff
path: root/lib/Sys
diff options
context:
space:
mode:
authorDaniel S. Lewart <lewart@uiuc.edu>1998-07-22 01:20:08 -0500
committerGurusamy Sarathy <gsar@cpan.org>1998-07-22 17:00:30 +0000
commitb12e51c8ab7fa4270796ab6177703b6cb995c11a (patch)
treeb1fde1883e124da9e25074726280ea94869a90a6 /lib/Sys
parent54e3afc441abba8883475ac072142d63faf42876 (diff)
downloadperl-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.pm2
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