Missing chunk in change #26247.
Rafael Garcia-Suarez [Sat, 3 Dec 2005 12:16:54 +0000 (12:16 +0000)]
p4raw-link: @26247 on //depot/perl: ce43db9bedd4c6999381bd25cfc0127c2b615272

p4raw-id: //depot/perl@26248

ext/Sys/Syslog/Syslog.pm

index 4f06357..d06ac17 100644 (file)
@@ -69,9 +69,9 @@ B<You should use openlog() before calling syslog().>
 
 =item syslog $priority, $format, @args
 
-If I<$priority> permits, logs I<($format, @args)>
-printed as by C<printf(3V)>, with the addition that I<%m>
-is replaced with C<"$!"> (the latest error message).
+If I<$priority> permits, logs I<$message> or I<sprintf($format, @args)>
+with the addition that I<%m> in $message or $format is replaced with
+C<"$!"> (the latest error message).
 
 If you didn't use openlog() before using syslog(), syslog will try to
 guess the I<$ident> by extracting the shortest prefix of I<$format>