]> granicus.if.org Git - apache/commitdiff
Correct case as spoted in a comment in online doc
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 28 Apr 2014 14:28:59 +0000 (14:28 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 28 Apr 2014 14:28:59 +0000 (14:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1590654 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.html.en
docs/manual/mod/mpm_common.xml

index b9d315c0d95a7777935ded4d0325b56538bba6e1..a05564eedd4519f4411570ccc753916201367861 100644 (file)
@@ -134,8 +134,8 @@ after a crash</td></tr>
 <table class="directive">
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Specify a timeout after which a gracefully shutdown server
 will exit.</td></tr>
-<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>GracefulShutDownTimeout <var>seconds</var></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>GracefulShutDownTimeout 0</code></td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>GracefulShutdownTimeout <var>seconds</var></code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>GracefulShutdownTimeout 0</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td><code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code>, <code class="module"><a href="../mod/event.html">event</a></code></td></tr>
index ee9e35bd93f7a58f7e7932ec4bbf1aa899e0501d..a5b13c9d5e071432ff1771f8b26e584253d61bb7 100644 (file)
@@ -107,8 +107,8 @@ after a crash</description>
 <name>GracefulShutdownTimeout</name>
 <description>Specify a timeout after which a gracefully shutdown server
 will exit.</description>
-<syntax>GracefulShutDownTimeout <var>seconds</var></syntax>
-<default>GracefulShutDownTimeout 0</default>
+<syntax>GracefulShutdownTimeout <var>seconds</var></syntax>
+<default>GracefulShutdownTimeout 0</default>
 <contextlist><context>server config</context></contextlist>
 <modulelist><module>prefork</module><module>worker</module>
 <module>event</module></modulelist>