Commit d61bc743 authored by Richard Bowen's avatar Richard Bowen
Browse files

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
parent 7b4269ba
Loading
Loading
Loading
Loading
+1 −1
Changes for docs/manual/invoking.html.en: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -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
+1 −1
Changes for docs/manual/invoking.xml: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -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