From: Christophe Jaillet Date: Mon, 28 Apr 2014 14:28:59 +0000 (+0000) Subject: Correct case as spoted in a comment in online doc X-Git-Tag: 2.4.10~281 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c8697dee3dc8bb1029c84a6377a60f6600edbc9;p=apache Correct case as spoted in a comment in online doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1590654 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index b9d315c0d9..a05564eedd 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -134,8 +134,8 @@ after a crash - - + + diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index ee9e35bd93..a5b13c9d5e 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -107,8 +107,8 @@ after a crashGracefulShutdownTimeoutSpecify a timeout after which a gracefully shutdown server will exit. -GracefulShutDownTimeout seconds -GracefulShutDownTimeout 0 +GracefulShutdownTimeout seconds +GracefulShutdownTimeout 0server configpreforkworker event
Description:Specify a timeout after which a gracefully shutdown server will exit.
Syntax:GracefulShutDownTimeout seconds
Default:GracefulShutDownTimeout 0
Syntax:GracefulShutdownTimeout seconds
Default:GracefulShutdownTimeout 0
Context:server config
Status:MPM
Module:prefork, worker, event