cvsuser 04/03/17 14:32:02
Modified: . Configure.pl
Log:
remove =head3
Revision Changes Path
1.138 +6 -6 parrot/Configure.pl
Index: Configure.pl
===================================================================
RCS file: /cvs/public/parrot/Configure.pl,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -w -r1.137 -r1.138
--- Configure.pl 7 Mar 2004 09:50:29 -0000 1.137
+++ Configure.pl 17 Mar 2004 22:32:02 -0000 1.138
@@ -1,6 +1,6 @@
#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: Configure.pl,v 1.137 2004/03/07 09:50:29 mikescott Exp $
+# $Id: Configure.pl,v 1.138 2004/03/17 22:32:02 mikescott Exp $
=head1 NAME
@@ -17,7 +17,7 @@
=head2 Command-line Options
-=head3 General Options
+General Options
=over
@@ -49,7 +49,7 @@
=back
-=head3 Compile Options
+Compile Options
You can add and remove option values with C<< :rem{<opt>} >> and
C<< :add{<opt>} >>. For example:
@@ -125,7 +125,7 @@
=back
-=head3 Parrot Options
+Parrot Options
=over
@@ -169,7 +169,7 @@
=back
-=head3 Other Options (may not be implemented)
+Other Options (may not be implemented)
=over
@@ -221,7 +221,7 @@
for($key) {
/version/ && do {
- my $cvsid='$Id: Configure.pl,v 1.137 2004/03/07 09:50:29 mikescott Exp $';
+ my $cvsid='$Id: Configure.pl,v 1.138 2004/03/17 22:32:02 mikescott Exp $';
print <<"END";
Parrot Version $parrot_version Configure 2.0
$cvsid