Commit c5d18ef8 authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Fix doc as spotted by Shane Roberts in online doc

+ synch with trunk

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1727627 13f79535-47bb-0310-9956-ffa450edef68
parent 037230b3
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ Windows</compatibility>

    <p>On Unix, the loaded code typically comes from shared object
    files (usually with <code>.so</code> extension), on Windows
    this may either the <code>.so</code> or <code>.dll</code>
    this may either be the <code>.so</code> or <code>.dll</code>
    extension.</p>

    <note type="warning"><title>Warning</title>
@@ -145,7 +145,9 @@ Windows</compatibility>

    <p>For example:</p>

    <highlight language="config">LoadFile libexec/libxmlparse.so</highlight>
    <highlight language="config">
LoadFile "libexec/libxmlparse.so"
    </highlight>

</usage>
</directivesynopsis>
@@ -170,7 +172,7 @@ of active modules</description>
    in the module documentation. Example:</p>

    <highlight language="config">
      LoadModule status_module modules/mod_status.so
LoadModule status_module "modules/mod_status.so"
    </highlight>

    <p>loads the named module from the modules subdirectory of the