[svn:parrot] r42348 - trunk

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sun Nov 8 01:30:42 UTC 2009


Author: jkeenan
Date: Sun Nov  8 01:30:41 2009
New Revision: 42348
URL: https://trac.parrot.org/parrot/changeset/42348

Log:
POD formatting corrections only.

Modified:
   trunk/Configure.pl

Modified: trunk/Configure.pl
==============================================================================
--- trunk/Configure.pl	Sun Nov  8 01:29:42 2009	(r42347)
+++ trunk/Configure.pl	Sun Nov  8 01:30:41 2009	(r42348)
@@ -232,8 +232,8 @@
 =item C<--m=32>
 
 Create a 32-bit executable on 64-architectures like x86_64. This
-option appends -m32 to compiler and linker programs and does
-s/lib64/lib/g on link flags.
+option appends C<-m32> to compiler and linker programs and does
+C<s/lib64/lib/g> on link flags.
 
 This option is experimental. See F<config/init/defaults.pm> for more.
 
@@ -247,7 +247,7 @@
 
 =item C<--optimize>
 
-Add perl5's $Config{optimize} to the compiler flags.
+Add Perl 5's C<$Config{optimize}> to the compiler flags.
 
 =item C<--optimize=flags>
 


More information about the parrot-commits mailing list