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 ph...@apache.org on 2012/04/17 07:20:30 UTC

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