This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
sprintf "%+d"
authorAbigail <abigail@abigail.be>
Thu, 14 Feb 2008 17:43:14 +0000 (18:43 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 14 Feb 2008 17:09:37 +0000 (17:09 +0000)
Message-ID: <20080214164314.GA31694@abigail.be>

p4raw-id: //depot/perl@33314

pod/perlfunc.pod

index 3a5abd2..e0b8049 100644 (file)
@@ -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,