stas        2003/06/03 00:21:35

  Modified:    src/docs/2.0/user/help help.pod
  Log:
  rephrase / fix typos
  
  Revision  Changes    Path
  1.25      +3 -3      modperl-docs/src/docs/2.0/user/help/help.pod
  
  Index: help.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/help/help.pod,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- help.pod  3 Jun 2003 01:16:36 -0000       1.24
  +++ help.pod  3 Jun 2003 07:21:35 -0000       1.25
  @@ -166,15 +166,15 @@
   
   =item * httpd
   
  -If the segfault happens in the httpd's domain, rebuild it with
  -C<--enable-maintainer-mode>:
  +If the segfault happens inside I<ap_> or I<apr_> calls, rebuild httpd
  +with C<--enable-maintainer-mode>:
   
     % ./configure --enable-maintainer-mode ...
     % make && make install
   
   =item * perl
   
  -If the segfault happesn in the perl's domain, rebuild it with
  +If the segfault happens inside I<Perl_> calls, rebuild perl with
   C<-Doptimize='-g'>:
   
     % ./Configure -Doptimize='-g' ...
  
  
  

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

Reply via email to