From: Rafael Garcia-Suarez Date: Mon, 23 Oct 2006 13:43:32 +0000 (+0000) Subject: Document that the %#X printf format prefixes the output with 0X, not 0x. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=31acd473c0867b8adcdd631d32cf02f4d7399660;p=p5sagit%2Fp5-mst-13.2.git Document that the %#X printf format prefixes the output with 0X, not 0x. p4raw-id: //depot/perl@29093 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 63d7399..3920153 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -5557,8 +5557,8 @@ one or more of: + prefix positive number with a plus sign - left-justify within the field 0 use zeros, not spaces, to right-justify - # prefix non-zero octal with "0", non-zero hex with "0x", - non-zero binary with "0b" + # prefix non-zero octal with "0", non-zero hex with "0x" + or "0X", non-zero binary with "0b" For example: