]> granicus.if.org Git - apache/commitdiff
Update transform for core.
authorDaniel Earl Poirier <poirier@apache.org>
Tue, 25 Aug 2009 13:26:12 +0000 (13:26 +0000)
committerDaniel Earl Poirier <poirier@apache.org>
Tue, 25 Aug 2009 13:26:12 +0000 (13:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@807612 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en

index 0b82af54ace0b50ae3d9f14ddabfe99c9ccee7ea..4a5dba6ac5ae863ec67b1f68b0f461db2ca73e79 100644 (file)
@@ -885,10 +885,10 @@ Locations</a></li>
     <ul>
     <li>On some multiprocessor systems, memory-mapping can reduce the
     performance of the <code class="program"><a href="../programs/httpd.html">httpd</a></code>.</li>
-    <li>With an NFS-mounted <code class="directive"><a href="#documentroot">DocumentRoot</a></code>,
-    the <code class="program"><a href="../programs/httpd.html">httpd</a></code> may crash due to a segmentation fault if a file
-    is deleted or truncated while the <code class="program"><a href="../programs/httpd.html">httpd</a></code> has it
-    memory-mapped.</li>
+    <li>Deleting or truncating a file while <code class="program"><a href="../programs/httpd.html">httpd</a></code>
+      has it memory-mapped can cause <code class="program"><a href="../programs/httpd.html">httpd</a></code> to
+      crash with a segmentation fault.
+    </li>
     </ul>
 
     <p>For server configurations that are vulnerable to these problems,