stas        2003/02/16 19:28:06

  Modified:    src/docs/2.0/devel/debug c.pod
  Log:
  typo
  
  Revision  Changes    Path
  1.4       +1 -1      modperl-docs/src/docs/2.0/devel/debug/c.pod
  
  Index: c.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/debug/c.pod,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- c.pod     31 Dec 2002 04:07:37 -0000      1.3
  +++ c.pod     17 Feb 2003 03:28:06 -0000      1.4
  @@ -738,7 +738,7 @@
   
   The mod_perl I<Makefile>'s include a rule for macro expansions which
   you can find by looking for the C<c.i.> rule. To expand all macros in
  -a certain C file, you should run C<make filename.c>, which will create
  +a certain C file, you should run C<make filename.i>, which will create
   I<filename.i> with all macros expanded in it. For example to create
   I<apr_perlio.i> with all macros used in I<apr_perlio.c>:
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to