summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/prefork.html.en
diff options
context:
space:
mode:
authorYoshiki Hayashi <yoshiki@apache.org>2003-06-16 07:32:00 +0200
committerYoshiki Hayashi <yoshiki@apache.org>2003-06-16 07:32:00 +0200
commite46c3e85243728011d632e2e2afbdafcb82b6350 (patch)
tree9b7af57d8d505d32e80a300570367743064f7d33 /docs/manual/mod/prefork.html.en
parentFix typo. (diff)
downloadapache2-e46c3e85243728011d632e2e2afbdafcb82b6350.tar.xz
apache2-e46c3e85243728011d632e2e2afbdafcb82b6350.zip
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100262 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/prefork.html.en')
-rw-r--r--docs/manual/mod/prefork.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/prefork.html.en b/docs/manual/mod/prefork.html.en
index 3742000784..130e389593 100644
--- a/docs/manual/mod/prefork.html.en
+++ b/docs/manual/mod/prefork.html.en
@@ -113,7 +113,7 @@ uses</a></li>
<div class="directive-section"><h2><a name="MaxSpareServers" id="MaxSpareServers">MaxSpareServers</a> <a name="maxspareservers" id="maxspareservers">Directive</a></h2>
<table class="directive">
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Maximum number of idle child server processes</td></tr>
-<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>MaxSpareServers <var>number</var><br /></code></td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>MaxSpareServers <var>number</var></code></td></tr>
<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>MaxSpareServers 10</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>