Index: docs/multidispatch.pod =================================================================== --- docs/multidispatch.pod (revision 36996) +++ docs/multidispatch.pod (working copy) @@ -8,7 +8,7 @@ =head1 CAVEATS XXX - Part or all of this document is outdated. Especially the "the MMD system -doesn't handle inheritance" bit. Please refer to PDD03 at this moment while we +doesn't handle inheritance" bit. Please refer to PDD27 at this moment while we rewrite or merge this document. We apologize for the inconvenience. =head1 SYNOPSIS Index: docs/vtables.pod =================================================================== --- docs/vtables.pod (revision 36996) +++ docs/vtables.pod (working copy) @@ -161,7 +161,7 @@ The master list of VTABLE interfaces can be found in F in the root directory of the Parrot source, with documentation in -F. A few of these are very important, for +F. A few of these are very important, for instance: =over 3 Index: docs/debug.pod =================================================================== --- docs/debug.pod (revision 36996) +++ docs/debug.pod (working copy) @@ -58,7 +58,7 @@ garbage collector. Within the C<--gc-debug> mode, there is another tool to help narrow down the -problem. You can edit F and C<#define> the C flag to +problem. You can edit F and C<#define> the C flag to 1. After recompiling C, the garbage collector will perform additional checks. After the garbage collector has traced all objects to find which ones are still alive, it will scan through all of the dead objects to see if any of Index: include/parrot/settings.h =================================================================== --- include/parrot/settings.h (revision 36996) +++ include/parrot/settings.h (working copy) @@ -27,7 +27,7 @@ /* Helpful internal macro for testing whether we are currently * debugging garbage collection and memory management. See also the - * definition of GC_VERBOSE in src/gc/api.c. */ + * definition of GC_VERBOSE in include/parrot/gc_api.h. */ #if DISABLE_GC_DEBUG # define GC_DEBUG(interp) 0 #else