Re: Change 34166: Small typo fix
Paul Johnson [Thu, 31 Jul 2008 18:45:10 +0000 (20:45 +0200)]
Message-ID: <20080731164510.GH15114@pjcj.net>
Date: Thu, 31 Jul 2008 18:45:10 +0200

p4raw-id: //depot/perl@34258

pod/perlform.pod

index 93d1633..6bff194 100644 (file)
@@ -62,9 +62,9 @@ X<@*> X<^*> X<~> X<~~>
   
    @    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