Commit e719eb9f authored by Jeff Trawick's avatar Jeff Trawick
Browse files

fix syntax errors in Mutex examples

Submitted by: Daniel Shahaf


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1231607 13f79535-47bb-0310-9956-ffa450edef68
parent 5d9522d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3236,8 +3236,8 @@ or specified mutexes</description>
    will be changed from the compiled-in default to <code>sysvsem</code>.</p>

    <example>
    Mutex default sysvsem<br />
    Mutex mpm-accept fcntl:/var/httpd/locks
    Mutex sysvsem default<br />
    Mutex fcntl:/var/httpd/locks mpm-accept
    </example>
</usage>
</directivesynopsis>