summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/manual/install.xml7
-rw-r--r--docs/manual/mod/core.xml2
-rw-r--r--docs/manual/mod/worker.xml4
-rw-r--r--docs/manual/programs/configure.xml2
-rw-r--r--docs/manual/programs/rotatelogs.xml2
-rw-r--r--docs/manual/vhosts/index.xml2
6 files changed, 9 insertions, 10 deletions
diff --git a/docs/manual/install.xml b/docs/manual/install.xml
index 8215f3b155..9a1fb0b9b7 100644
--- a/docs/manual/install.xml
+++ b/docs/manual/install.xml
@@ -248,7 +248,7 @@ $ tar xvf httpd-2_1_<em>NN</em>.tar
location of your compiler, libraries, or header files. This is
done by passing either environment variables or command line
options to <program>configure</program>. For more information, see the
- <a href="programs/configure.html">configure manual page</a>.</p>
+ <program>configure</program> manual page.</p>
<p>For a short impression of what possibilities you have, here
is a typical example which compiles Apache for the installation
@@ -268,9 +268,8 @@ $ tar xvf httpd-2_1_<em>NN</em>.tar
test for the availability of features on your system and build
Makefiles which will later be used to compile the server.</p>
- <p>Details on all the different <code>configure</code> options are
- available on the <a href="programs/configure.html">configure
- manual page</a>.</p>
+ <p>Details on all the different <program>configure</program> options are
+ available on the <program>configure</program> manual page.</p>
</section>
<section id="compile"><title>Build</title>
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 7c44b00056..2c63f06bfc 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -1783,7 +1783,7 @@ URLs</description>
limits the scope of the enclosed directives by URL. It is similar to the
<directive type="section" module="core">Directory</directive>
directive, and starts a subsection which is terminated with a
- <code>&lt;/Location&gt;</code> directive. <directive
+ <code>&lt;/Location&gt;</code> directive. <directive
type="section">Location</directive> sections are processed in the
order they appear in the configuration file, after the <directive
type="section" module="core">Directory</directive> sections and
diff --git a/docs/manual/mod/worker.xml b/docs/manual/mod/worker.xml
index d210c626cf..977a8685c5 100644
--- a/docs/manual/mod/worker.xml
+++ b/docs/manual/mod/worker.xml
@@ -32,7 +32,7 @@
multi-process multi-threaded server. By using threads to serve
requests, it is able to serve a large number of requests with
less system resources than a process-based server. Yet it
- retains much of the stability of a process-based server by
+ retains much of the stability of a process-based server by
keeping multiple processes available, each with many threads.</p>
<p>The most important directives used to control this MPM are
@@ -137,7 +137,7 @@ uses</a></seealso>
controls how frequently the server recycles processes by killing
old ones and launching new ones.</p>
</section>
-
+
<directivesynopsis location="mpm_common"><name>AcceptMutex</name>
</directivesynopsis>
<directivesynopsis location="mpm_common"><name>CoreDumpDirectory</name>
diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml
index 9f0acfedb3..648f1fa3e6 100644
--- a/docs/manual/programs/configure.xml
+++ b/docs/manual/programs/configure.xml
@@ -803,7 +803,7 @@
libraries integrated. Otherwise the support binaries are linked
dynamically by default.</dd>
- <dt><code>--enable-suexec</code></dt>
+ <dt><code>--enable-suexec</code></dt>
<dd>Use this option to enable <program>
suexec</program>, which allows you to set
uid and gid for spawned processes. <strong>Do not use this
diff --git a/docs/manual/programs/rotatelogs.xml b/docs/manual/programs/rotatelogs.xml
index bafe30fed5..64c288139b 100644
--- a/docs/manual/programs/rotatelogs.xml
+++ b/docs/manual/programs/rotatelogs.xml
@@ -44,7 +44,7 @@
<p>This configuration will rotate the logfile whenever it reaches
a size of 5 megabytes.</p>
-
+
<example>
ErrorLog "|bin/rotatelogs /var/logs/errorlog.%Y-%m-%d-%H_%M_%S 5M"
</example>
diff --git a/docs/manual/vhosts/index.xml b/docs/manual/vhosts/index.xml
index 0ed271f68b..8416093dca 100644
--- a/docs/manual/vhosts/index.xml
+++ b/docs/manual/vhosts/index.xml
@@ -34,7 +34,7 @@
different IP address for every web site, or "<a
href="name-based.html">name-based</a>", meaning that you have
multiple names running on each IP address. The fact that they
- are running on the same physical server is not apparent to the
+ are running on the same physical server is not apparent to the
end user.</p>
<p>Apache was one of the first servers to support IP-based