
phred at apache
Apr 16, 2012, 10:20 PM
Post #1 of 1
(495 views)
Permalink
|
|
svn commit: r1326931 - /perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerUtil.pod
|
|
Author: phred Date: Tue Apr 17 05:20:29 2012 New Revision: 1326931 URL: http://svn.apache.org/viewvc?rev=1326931&view=rev Log: Closing paren Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerUtil.pod Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerUtil.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerUtil.pod?rev=1326931&r1=1326930&r2=1326931&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerUtil.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerUtil.pod Tue Apr 17 05:20:29 2012 @@ -837,7 +837,7 @@ code at the server startup: Apache2::ServerUtil::server_shutdown_cleanup_register(\&do_my_cleanups); It's necessary to run this code at the server startup (normally -F<startup.pl>. The function will croak if run after the +F<startup.pl>). The function will croak if run after the C<L<PerlPostConfigHandler|docs::2.0::user::handlers::server/C_PerlPostConfigHandler_>> phase. --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|