From e719eb9fc40b3752da91442e71c1502e1c04554b Mon Sep 17 00:00:00 2001
From: Jeff Trawick
Date: Sun, 15 Jan 2012 01:36:45 +0000
Subject: [PATCH] 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
---
docs/manual/mod/core.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 1486adef829..6dbb8c7067b 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
--
2.47.3