From: Abigail Date: Thu, 14 Feb 2008 17:43:14 +0000 (+0100) Subject: sprintf "%+d" X-Git-Tag: GitLive-blead~1117 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/7a81c58e438e6bb43c3d5758895289c278e96fcd sprintf "%+d" Message-ID: <20080214164314.GA31694@abigail.be> p4raw-id: //depot/perl@33314 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 3a5abd2..e0b8049 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -5596,8 +5596,8 @@ to take the arguments out of order, e.g.: one or more of: - space prefix positive number with a space - + prefix positive number with a plus sign + space prefix non-negative number with a space + + prefix non-negative number with a plus sign - left-justify within the field 0 use zeros, not spaces, to right-justify # ensure the leading "0" for any octal,