Author: coke
Date: Tue Nov  1 11:58:39 2005
New Revision: 9692

Modified:
   trunk/docs/debug.pod
   trunk/docs/running.pod
Log:
Fix file reference in debug.pod -> running.pod, while we're in here, cleanup
as per the PDD template suggestions.



Modified: trunk/docs/debug.pod
==============================================================================
--- trunk/docs/debug.pod        (original)
+++ trunk/docs/debug.pod        Tue Nov  1 11:58:39 2005
@@ -9,6 +9,10 @@ docs/debug.pod - Debugging Parrot
 
 This document describes how to debug various parts of Parrot.
 
+=head1 VERSION
+
+$Revision $
+
 =head1 THE PARROT BINARY
 
 =head2 Using a debugger
@@ -147,7 +151,7 @@ stop next. If you know of a better techn
 =head1 PIR CODE GENERATION
 
 The C<parrot> binary has a bunch of debugging flags for spewing out information
-about various aspects of its processing. See F<imcc/docs/running.pod> for a
+about various aspects of its processing. See L<running.pod> for a
 list of flags. Or have a look at the information provided by:
 
   shell> parrot --help
@@ -156,16 +160,4 @@ or
 
   shell> parrot --help-debug
 
-=head1 HISTORY
-
-=over 4
-
-=item Version 1.1
-
-Updates to remove references to C<imcc> by C<[EMAIL PROTECTED]>
-
-=item Version 1.0
-
-First version by Steve Fink C<[EMAIL PROTECTED]>
-
 =back

Modified: trunk/docs/running.pod
==============================================================================
--- trunk/docs/running.pod      (original)
+++ trunk/docs/running.pod      Tue Nov  1 11:58:39 2005
@@ -7,23 +7,7 @@ Parrot - running
 
 =head1 VERSION
 
-=over 4
-
-=item 0.0.1 initial
-
-=item 0.0.9.10 changed run options
-
-=item 0.0.9.12 changed debug options
-
-=item 0.0.10.0 imcc is parrot
-
-=item 0.0.10.1 add -E switch
-
-=item 0.0.11 added runtime options
-
-=item 0.0.12 changed .imc to .pir
-
-=back
+$Revision $
 
 =head1 OVERVIEW
 
@@ -282,4 +266,4 @@ F<main.c>
 
 Leopold Toetsch C<[EMAIL PROTECTED]>
 
-
+=cut

Reply via email to