[svn:parrot] r42347 - branches/configtests

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


Author: jkeenan
Date: Sun Nov  8 01:29:42 2009
New Revision: 42347
URL: https://trac.parrot.org/parrot/changeset/42347

Log:
POD formatting corrections only.

Modified:
   branches/configtests/Configure.pl

Modified: branches/configtests/Configure.pl
==============================================================================
--- branches/configtests/Configure.pl	Sun Nov  8 01:21:15 2009	(r42346)
+++ branches/configtests/Configure.pl	Sun Nov  8 01:29:42 2009	(r42347)
@@ -233,7 +233,7 @@
 
 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.
+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