projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
251a231
)
In change 24266 I failed to actually change anything. Sigh.
Dave Mitchell [Wed, 20 Apr 2005 23:35:54 +0000 (23:35 +0000)]
p4raw-id: //depot/perl@24267
ext/Sys/Syslog/Syslog.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/Sys/Syslog/Syslog.pm
b/ext/Sys/Syslog/Syslog.pm
index
7776cb2
..
f38238b
100644
(file)
--- a/
ext/Sys/Syslog/Syslog.pm
+++ b/
ext/Sys/Syslog/Syslog.pm
@@
-115,7
+115,7
@@
Note that C<openlog> now takes three arguments, just like C<openlog(3)>.
=head1 EXAMPLES
openlog($program, 'cons,pid', 'user');
- syslog('info', 'this is another test');
+ syslog('info', '%s', 'this is another test');
syslog('mail|warning', 'this is a better test: %d', time);
closelog();