Change 34258 by [EMAIL PROTECTED] on 2008/09/03 22:10:29
Subject: Re: Change 34166: Small typo fix
From: Paul Johnson <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Date: Thu, 31 Jul 2008 18:45:10 +0200
Affected files ...
... //depot/perl/pod/perlform.pod#15 edit
Differences ...
==== //depot/perl/pod/perlform.pod#15 (text) ====
Index: perl/pod/perlform.pod
--- perl/pod/perlform.pod#14~34166~ 2008-07-31 01:27:40.000000000 -0700
+++ perl/pod/perlform.pod 2008-09-03 15:10:29.000000000 -0700
@@ -62,9 +62,9 @@
@ start of regular field
^ start of special field
- < pad character for left adjustification
+ < pad character for left justification
| pad character for centering
- > pad character for right adjustification
+ > pad character for right justification
# pad character for a right justified numeric field
0 instead of first #: pad number with leading zeroes
. decimal point within a numeric field
End of Patch.