Author: stas
Date: Thu Dec  2 16:52:21 2004
New Revision: 109610

URL: http://svn.apache.org/viewcvs?view=rev&rev=109610
Log:
cleanup

Modified:
   perl/modperl/docs/trunk/src/docs/2.0/user/coding/coding.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/coding/coding.pod
Url: 
http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/coding/coding.pod?view=diff&rev=109610&p1=perl/modperl/docs/trunk/src/docs/2.0/user/coding/coding.pod&r1=109609&p2=perl/modperl/docs/trunk/src/docs/2.0/user/coding/coding.pod&r2=109610
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/coding/coding.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/coding/coding.pod Thu Dec  2 
16:52:21 2004
@@ -80,8 +80,6 @@
   $base_server_pool->cleanup_register(\&cleanup);
   sub cleanup { warn "server cleanup in $$\n" }
 
-C<L<base_server_pool()|docs::2.0::api::Apache::ServerUtil/C_base_server_pool_>>.
-
 This is usually useful when some server-wide cleanup should be
 performed when the server is stopped or restarted.
 

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

Reply via email to