summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-10-25 11:18:27 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-10-25 11:18:27 +0000
commite69758a1e11b6b47dd36befbfcde2fe6d0a336dc (patch)
tree57139c77aaf315c88421850ef7186ea318be2ead /pod
parent7ff06cc7c932ea693a5ea6b94f95570a9d4548b5 (diff)
downloadperl-e69758a1e11b6b47dd36befbfcde2fe6d0a336dc.tar.gz
Fix nit in previous patch, spotted by Gisle
p4raw-id: //depot/perl@29105
Diffstat (limited to 'pod')
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index ab3b0e17d5..3a94c2f7bb 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -5516,7 +5516,7 @@ In addition, Perl permits the following widely-supported conversions:
%E like %e, but using an upper-case "E"
%G like %g, but with an upper-case "E" (if applicable)
%b an unsigned integer, in binary
- %B like %x, but using an upper-case "B" with the # flag
+ %B like %b, but using an upper-case "B" with the # flag
%p a pointer (outputs the Perl value's address in hexadecimal)
%n special: *stores* the number of characters output so far
into the next variable in the parameter list