sprintf "%+d"
Abigail [Thu, 14 Feb 2008 17:43:14 +0000 (18:43 +0100)]
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,