cvsuser     03/07/16 11:32:07

  Modified:    docs/dev longopt.dev dod.dev
  Log:
  More informative titles
  
  Revision  Changes    Path
  1.2       +4 -4      parrot/docs/dev/longopt.dev
  
  Index: longopt.dev
  ===================================================================
  RCS file: /cvs/public/parrot/docs/dev/longopt.dev,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -w -r1.1 -r1.2
  --- longopt.dev       10 May 2003 21:32:25 -0000      1.1
  +++ longopt.dev       16 Jul 2003 18:32:07 -0000      1.2
  @@ -1,12 +1,12 @@
   =head1 TITLE
   
  -    longopt.h / longopt.c
  +    Long option parsing
   
   =head1 SUMMARY
   
  -These two files implement rudimentary long option parsing.  They have
  -little to do with Parrot itself, other than that the parrot binary and
  -imcc both needed long options.  So this gives it to them.
  +The files F<longopt.c> and F<longopt.h> implement rudimentary long option 
  +parsing.  They have little to do with Parrot itself, other than that the 
  +parrot binary and imcc both needed long options. So this gives it to them.
   
   =head1 USAGE
   
  
  
  
  1.4       +2 -2      parrot/docs/dev/dod.dev
  
  Index: dod.dev
  ===================================================================
  RCS file: /cvs/public/parrot/docs/dev/dod.dev,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -w -r1.3 -r1.4
  --- dod.dev   27 Aug 2002 06:58:26 -0000      1.3
  +++ dod.dev   16 Jul 2003 18:32:07 -0000      1.4
  @@ -1,10 +1,10 @@
   =head1 TITLE
   
  -dod
  +Dead object detection (DOD)
   
   =head1 Overview
   
  -The dod code performs dead object detection and reclamation, thereby
  +The DOD code performs dead object detection and reclamation, thereby
   implementing a mark and copy garbage collector.  The official
   garbage collection PDD is PDD 9 and is located in the
   docs/pdds directory of the parrot distribution.  This .dev
  
  
  

Reply via email to