]> granicus.if.org Git - apache/commitdiff
merge r1231607 from trunk
authorJeff Trawick <trawick@apache.org>
Sun, 15 Jan 2012 02:04:16 +0000 (02:04 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 15 Jan 2012 02:04:16 +0000 (02:04 +0000)
Submitted by: Daniel Shahaf

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1231614 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 1486adef82959a0cc8c9ba02d86324cd3736afa1..6dbb8c7067b4fd9c2c4149595c5c70307fecf94d 100644 (file)
@@ -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>