This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
841ee14
)
perldelta: add a missing > to a C<
author
Ricardo Signes
<rjbs@cpan.org>
Mon, 23 Apr 2012 22:17:01 +0000
(18:17 -0400)
committer
Ricardo Signes
<rjbs@cpan.org>
Mon, 23 Apr 2012 22:17:01 +0000
(18:17 -0400)
Porting/perl5160delta.pod
patch
|
blob
|
blame
|
history
diff --git
a/Porting/perl5160delta.pod
b/Porting/perl5160delta.pod
index
646a81e
..
6f7790a
100644
(file)
--- a/
Porting/perl5160delta.pod
+++ b/
Porting/perl5160delta.pod
@@
-3100,7
+3100,7
@@
signal handler from stealing the exit status [perl #105700].
=item *
-The %n formatting code for C<printf> and C<sprintf, which causes the number
+The %n formatting code for C<printf> and C<sprintf
>
, which causes the number
of characters to be assigned to the next argument, now actually
assigns the number of characters, instead of the number of bytes.