summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2008-02-14 18:43:14 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-02-14 17:09:37 +0000
commit7a81c58e438e6bb43c3d5758895289c278e96fcd (patch)
treee74054166278e490b96568d856604e9d08f4680a
parent66072c921436c766269e73c39b5681133d44af1c (diff)
downloadperl-7a81c58e438e6bb43c3d5758895289c278e96fcd.tar.gz
sprintf "%+d"
Message-ID: <20080214164314.GA31694@abigail.be> p4raw-id: //depot/perl@33314
-rw-r--r--pod/perlfunc.pod4
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,