From: Jeff Trawick
Date: Sun, 15 Jan 2012 01:36:45 +0000 (+0000)
Subject: fix syntax errors in Mutex examples
X-Git-Tag: 2.5.0-alpha~7572
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae5d1f38b178414b0071935f2a86221a560d6295;p=apache
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
---
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 1486adef82..6dbb8c7067 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -3236,8 +3236,8 @@ or specified mutexes
will be changed from the compiled-in default to sysvsem
.
- Mutex default sysvsem
- Mutex mpm-accept fcntl:/var/httpd/locks
+ Mutex sysvsem default
+ Mutex fcntl:/var/httpd/locks mpm-accept