stas        2003/02/28 23:07:59

  Modified:    src/docs/2.0/devel/debug c.pod
  Log:
  fix typo
  
  Revision  Changes    Path
  1.7       +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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- c.pod     1 Mar 2003 07:06:48 -0000       1.6
  +++ c.pod     1 Mar 2003 07:07:59 -0000       1.7
  @@ -171,7 +171,7 @@
   Under threaded mpms (e.g. worker), it's possible that you won't be
   able to debug unless you tell gdb to load the symbols from the threads
   library. So for example if on your OS that library is called
  -I<libpthread.so> make sure to add:
  +I<libpthread.so> make sure to run:
   
     sharedlibrary libpthread
   
  
  
  

Reply via email to