[svn:parrot] r40317 - trunk/src

dukeleto at svn.parrot.org dukeleto at svn.parrot.org
Tue Jul 28 23:10:14 UTC 2009


Author: dukeleto
Date: Tue Jul 28 23:10:08 2009
New Revision: 40317
URL: https://trac.parrot.org/parrot/changeset/40317

Log:
Small improvements to the parrot_debugger documentation

Modified:
   trunk/src/debug.c
   trunk/src/parrot_debugger.c

Modified: trunk/src/debug.c
==============================================================================
--- trunk/src/debug.c	Tue Jul 28 21:15:02 2009	(r40316)
+++ trunk/src/debug.c	Tue Jul 28 23:10:08 2009	(r40317)
@@ -3630,7 +3630,7 @@
 
 =head1 SEE ALSO
 
-F<include/parrot/debugger.h>, F<src/pdb.c> and F<ops/debug.ops>.
+F<include/parrot/debugger.h>, F<src/parrot_debugger.c> and F<ops/debug.ops>.
 
 =head1 HISTORY
 

Modified: trunk/src/parrot_debugger.c
==============================================================================
--- trunk/src/parrot_debugger.c	Tue Jul 28 21:15:02 2009	(r40316)
+++ trunk/src/parrot_debugger.c	Tue Jul 28 23:10:08 2009	(r40317)
@@ -122,7 +122,7 @@
 
 =item C<int main(int argc, char *argv[])>
 
-Reads the PASM or PBC file from argv[1], loads it, and then calls
+Reads the PIR, PASM or PBC file from argv[1], loads it, and then calls
 Parrot_debug().
 
 =cut


More information about the parrot-commits mailing list