This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: Change 34166: Small typo fix
authorPaul Johnson <paul@pjcj.net>
Thu, 31 Jul 2008 18:45:10 +0000 (20:45 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 3 Sep 2008 22:10:29 +0000 (22:10 +0000)
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
   
    @    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 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
    #    pad character for a right justified numeric field
    0    instead of first #: pad number with leading zeroes
    .    decimal point within a numeric field