Change 33314 by [EMAIL PROTECTED] on 2008/02/14 17:09:37
Subject: [PATCH pod/perlfunc.pod] sprintf "%+d"
From: Abigail <[EMAIL PROTECTED]>
Date: Thu, 14 Feb 2008 17:43:14 +0100
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/pod/perlfunc.pod#592 edit
Differences ...
==== //depot/perl/pod/perlfunc.pod#592 (text) ====
Index: perl/pod/perlfunc.pod
--- perl/pod/perlfunc.pod#591~33104~ 2008-01-29 02:57:40.000000000 -0800
+++ perl/pod/perlfunc.pod 2008-02-14 09:09:37.000000000 -0800
@@ -5596,8 +5596,8 @@
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,
End of Patch.