diff options
author | Rich Bowen <rbowen@apache.org> | 2006-06-10 04:03:34 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2006-06-10 04:03:34 +0200 |
commit | 66fb5ac9d0d35ec1b17f337eac768d64e6b82263 (patch) | |
tree | d13fa7bc832af14f2402df1934d1c1f214a87437 | |
parent | Use the phrase used elsewhere in the documentation "root privileges". (diff) | |
download | apache2-66fb5ac9d0d35ec1b17f337eac768d64e6b82263.tar.xz apache2-66fb5ac9d0d35ec1b17f337eac768d64e6b82263.zip |
Use the correct markup for the httpd program.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@413207 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/invoking.html.en | 2 | ||||
-rw-r--r-- | docs/manual/invoking.xml | 2 |
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 |