You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by la...@apache.org on 2002/01/07 06:37:29 UTC

cvs commit: httpd-2.0/docs/manual/mod prefork.html

lars        02/01/06 21:37:29

  Modified:    docs/manual/mod prefork.html
  Log:
  - We just check for "pthread" in mpm_common.c not "proc_pthread"
    (like in Apache 1.3).
  - Fix name tag for AcceptMutex.
  
  Revision  Changes    Path
  1.9       +2 -2      httpd-2.0/docs/manual/mod/prefork.html
  
  Index: prefork.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/prefork.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- prefork.html	19 Dec 2001 18:16:40 -0000	1.8
  +++ prefork.html	7 Jan 2002 05:37:29 -0000	1.9
  @@ -117,7 +117,7 @@
       </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"
  @@ -163,7 +163,7 @@
   
         <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>