Skip to content

Commit

Permalink
POD formatting corrections only.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@42348 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
jkeenan committed Nov 8, 2009
1 parent d80017f commit fb5eae8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Configure.pl
Expand Up @@ -232,8 +232,8 @@ =head2 Compile Options
=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.
Expand All @@ -247,7 +247,7 @@ =head2 Compile Options
=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>
Expand Down

0 comments on commit fb5eae8

Please sign in to comment.