diff options
author | Abigail <abigail@abigail.be> | 2008-02-14 18:43:14 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-02-14 17:09:37 +0000 |
commit | 7a81c58e438e6bb43c3d5758895289c278e96fcd (patch) | |
tree | e74054166278e490b96568d856604e9d08f4680a | |
parent | 66072c921436c766269e73c39b5681133d44af1c (diff) | |
download | perl-7a81c58e438e6bb43c3d5758895289c278e96fcd.tar.gz |
sprintf "%+d"
Message-ID: <20080214164314.GA31694@abigail.be>
p4raw-id: //depot/perl@33314
-rw-r--r-- | pod/perlfunc.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 3a5abd2470..e0b8049abf 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, |