]> granicus.if.org Git - apache/commitdiff
- We just check for "pthread" in mpm_common.c not "proc_pthread"
authorLars Eilebrecht <lars@apache.org>
Mon, 7 Jan 2002 05:37:29 +0000 (05:37 +0000)
committerLars Eilebrecht <lars@apache.org>
Mon, 7 Jan 2002 05:37:29 +0000 (05:37 +0000)
  (like in Apache 1.3).
- Fix name tag for AcceptMutex.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92760 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/prefork.html

index 016e0dee36779dbd210767801dd50b4e5a63572e..ef147465cf28579d2e76670c50cd8eb5329d91c0 100644 (file)
     </ul>
     <hr />
 
-    <h2><a id="AcceptMutex" name="AcceptMutex">AcceptMutex
+    <h2><a id="acceptmutex" name="acceptmutex">AcceptMutex
     Directive</a></h2>
 
     <p><a href="directive-dict.html#Syntax"
 
       <dd>uses SySV-style semaphores to implement the mutex.</dd>
 
-      <dt><code>proc_pthread</code></dt>
+      <dt><code>pthread</code></dt>
 
       <dd>uses POSIX mutexes as implemented by the POSIX Threads
       (PThreads) specification.</dd>