summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2000-11-16 22:25:14 +0000
committerJoshua Slive <slive@apache.org>2000-11-16 22:25:14 +0000
commit23f6308b23646337b0c379e03b6c435e7837c28c (patch)
tree0c4773d1b96e9e2531d62b182f7ba985d33d83ce
parentc1e2dc159654cac027863aec8f4f02f0b47f1765 (diff)
downloadhttpd-23f6308b23646337b0c379e03b6c435e7837c28c.tar.gz
Bring a couple typo fixes forward from 1.3.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86984 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/handler.html4
-rw-r--r--docs/manual/handler.html.en4
-rw-r--r--docs/manual/server-wide.html2
-rw-r--r--docs/manual/server-wide.html.en2
4 files changed, 4 insertions, 8 deletions
diff --git a/docs/manual/handler.html b/docs/manual/handler.html
index 814ff4c458..1dbad4256e 100644
--- a/docs/manual/handler.html
+++ b/docs/manual/handler.html
@@ -63,9 +63,7 @@ a more elegant solution, and because it also allows for both a type
<A HREF="mod/mod_mime.html#multipleext">Files with Multiple
Extensions</A>.)</p>
-</P>
-
-<P>Handlers can either be built into the server, included in a module,
+<P>Handlers can either be built into the server or included in a module,
or they can be added with the <A
HREF="mod/mod_actions.html#action">Action</A> directive. The built-in
handlers in the standard distribution are as follows:</P>
diff --git a/docs/manual/handler.html.en b/docs/manual/handler.html.en
index 814ff4c458..1dbad4256e 100644
--- a/docs/manual/handler.html.en
+++ b/docs/manual/handler.html.en
@@ -63,9 +63,7 @@ a more elegant solution, and because it also allows for both a type
<A HREF="mod/mod_mime.html#multipleext">Files with Multiple
Extensions</A>.)</p>
-</P>
-
-<P>Handlers can either be built into the server, included in a module,
+<P>Handlers can either be built into the server or included in a module,
or they can be added with the <A
HREF="mod/mod_actions.html#action">Action</A> directive. The built-in
handlers in the standard distribution are as follows:</P>
diff --git a/docs/manual/server-wide.html b/docs/manual/server-wide.html
index 0c7b23adc3..c0a3382c1d 100644
--- a/docs/manual/server-wide.html
+++ b/docs/manual/server-wide.html
@@ -91,7 +91,7 @@ more details.</p>
<a href="mod/core.html#bs2000account">BS2000Account</a><br>
<a href="mod/core.html#group">Group</a><br>
-<a href="mod/core.html#baxclients">MaxClients</a><br>
+<a href="mod/core.html#maxclients">MaxClients</a><br>
<a href="mod/core.html#maxrequestsperchild">MaxRequestsPerChild</a><br>
<a href="mod/core.html#maxspareservers">MaxSpareServers</a><br>
<a href="mod/core.html#minspareservers">MinSpareServers</a><br>
diff --git a/docs/manual/server-wide.html.en b/docs/manual/server-wide.html.en
index 0c7b23adc3..c0a3382c1d 100644
--- a/docs/manual/server-wide.html.en
+++ b/docs/manual/server-wide.html.en
@@ -91,7 +91,7 @@ more details.</p>
<a href="mod/core.html#bs2000account">BS2000Account</a><br>
<a href="mod/core.html#group">Group</a><br>
-<a href="mod/core.html#baxclients">MaxClients</a><br>
+<a href="mod/core.html#maxclients">MaxClients</a><br>
<a href="mod/core.html#maxrequestsperchild">MaxRequestsPerChild</a><br>
<a href="mod/core.html#maxspareservers">MaxSpareServers</a><br>
<a href="mod/core.html#minspareservers">MinSpareServers</a><br>