You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2003/02/17 04:28:06 UTC

cvs commit: modperl-docs/src/docs/2.0/devel/debug c.pod

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: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org