]> granicus.if.org Git - apache/commitdiff
Applies Luka's patch from bz 58744.
authorRich Bowen <rbowen@apache.org>
Tue, 12 Jan 2016 16:06:30 +0000 (16:06 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 12 Jan 2016 16:06:30 +0000 (16:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1724265 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index ba96885c32b64c96b69d0a6b7ec78c9386a1165f..4e06eb6b1ac56dbdebb184386f186d2b9439074c 100644 (file)
@@ -3373,10 +3373,10 @@ or specified mutexes</description>
         holding a mutex that uses this implementation, the server will deadlock
         and stop responding to requests.  When this occurs, the server will
         require a manual restart to recover.</p>
-        <p>Solaris is a notable exception as it provides a mechanism which
+        <p>Solaris and Linux are notable exceptions as they provide a mechanism which
         usually allows the mutex to be recovered after a child process
         terminates abnormally while holding a mutex.</p>
-        <p>If your system implements the
+        <p>If your system is POSIX compliant or if it implements the
         <code>pthread_mutexattr_setrobust_np()</code> function, you may be able
         to use the <code>pthread</code> option safely.</p>
         </note>