summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/manual/invoking.html.en2
-rw-r--r--docs/manual/invoking.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/invoking.html.en b/docs/manual/invoking.html.en
index 950912d62a..e768362320 100644
--- a/docs/manual/invoking.html.en
+++ b/docs/manual/invoking.html.en
@@ -70,7 +70,7 @@
<code class="program"><a href="./programs/httpd.html">httpd</a></code> binary and any command-line arguments that you
wish to be <em>always</em> present.</p>
- <p>The first thing that <code>httpd</code> does when it is
+ <p>The first thing that <code class="program"><a href="./programs/httpd.html">httpd</a></code> does when it is
invoked is to locate and read the <a href="configuring.html">configuration file</a>
<code>httpd.conf</code>. The location of this file is set at
compile-time, but it is possible to specify its location at run
diff --git a/docs/manual/invoking.xml b/docs/manual/invoking.xml
index 710e632124..9c74c9488a 100644
--- a/docs/manual/invoking.xml
+++ b/docs/manual/invoking.xml
@@ -69,7 +69,7 @@
<program>httpd</program> binary and any command-line arguments that you
wish to be <em>always</em> present.</p>
- <p>The first thing that <code>httpd</code> does when it is
+ <p>The first thing that <program>httpd</program> does when it is
invoked is to locate and read the <a
href="configuring.html">configuration file</a>
<code>httpd.conf</code>. The location of this file is set at