]> granicus.if.org Git - apache/commitdiff
Fix hasty cut-paste in the doccos
authorJim Jagielski <jim@apache.org>
Tue, 24 Oct 2006 14:00:50 +0000 (14:00 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 24 Oct 2006 14:00:50 +0000 (14:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@467334 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.xml

index 0f391dca648cb343d899b891421e2cd94dd896ea..fd3dadfe59d1328522ee211138d90e646312d0e8 100644 (file)
@@ -71,7 +71,7 @@ accepting requests on network sockets</description>
       although this is depreciated.</dd>
 
       <dt><code>file&lt;<i>:/path/to/lockfile</i>&gt;</code></dt>
-      <dd>This directive tells the SSL Module to pick the "best" file locking
+      <dd>This directive tells Apache to pick the "best" file locking
       implementation available to it, choosing between <code>fcntl</code> and
       <code>flock</code>, in that order. It is only available when the underlying
       platform and <glossary>APR</glossary> supports at least one of the 2.</dd>
@@ -83,7 +83,7 @@ accepting requests on network sockets</description>
       <dd>uses SySV-style semaphores to implement the mutex.</dd>
 
       <dt><code>sem</code></dt>
-      <dd>This directive tells the SSL Module to pick the "best" semaphore
+      <dd>This directive tells Apache to pick the "best" semaphore
       implementation available to it, choosing between Posix and SystemV IPC,
       in that order. It is only available when the underlying platform and
       <glossary>APR</glossary> supports at least one of the 2.</dd>