lib/Sys/Syslog.pm doc
Daniel S. Lewart [Wed, 22 Jul 1998 06:20:08 +0000 (01:20 -0500)]
Message-Id: <199807221120.GAA07962@staff2.cso.uiuc.edu>

p4raw-id: //depot/perl@1639

Changes
lib/Sys/Syslog.pm

diff --git a/Changes b/Changes
index 3af5629..3d92c44 100644 (file)
--- a/Changes
+++ b/Changes
@@ -78,6 +78,12 @@ Version 5.005           Production release
 -------------
 
 ____________________________________________________________________________
+[  1638] By: gsar                                  on 1998/07/22  09:12:26
+        Log: up patchlevel etc (only doc patching from now on, testing in progress)
+     Branch: perl
+          ! Changes patchlevel.h win32/Makefile win32/config_H.bc
+           ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
+____________________________________________________________________________
 [  1637] By: gsar                                  on 1998/07/22  08:27:09
         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
              Date:    Tue, 21 Jul 1998 16:04:40 PDT
index 1f92e60..e8faac7 100644 (file)
@@ -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