]> granicus.if.org Git - apache/commitdiff
moved a warning to the correct section
authorAstrid Malo <kess@apache.org>
Thu, 3 Oct 2002 20:29:47 +0000 (20:29 +0000)
committerAstrid Malo <kess@apache.org>
Thu, 3 Oct 2002 20:29:47 +0000 (20:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97092 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_mem_cache.html.en
docs/manual/mod/mod_mem_cache.xml

index 5fb2ea4bb6972701c792b4ece753ab69bb590c1f..c18c5199e6c3b9670c341af9fcc75838a1266f96 100644 (file)
@@ -36,10 +36,6 @@ This module is experimental. Documentation is still under development...
     inserted in the cache and the maximum number of objects is reached, an entry 
     will be removed to allow the new entry be cached. </p>
 
-<div class="warning">
-    The size must be greater than <code class="directive">MCacheMinObjectSize</code>.
-</div>
-
 <div class="note">
     The value of <code class="directive">MCacheMaxObjectCount</code> is used to create
     the open hash table.
@@ -57,6 +53,10 @@ This module is experimental. Documentation is still under development...
     <p>The <code class="directive">MCacheMaxObjectSize</code> directive sets the maximum
     size of an object to be cached.</p>
 
+<div class="warning">
+    The size must be greater than <code class="directive">MCacheMinObjectSize</code>.
+</div>
+
 <div class="example"><p><code>
   MCacheMaxObjectSize  6400000 <br />
 </code></p></div>
index b3cd5433c8007de63b9e4236e07af70742f94cae..b5293ed65fd8eb2b0b029f1b5f4bb6f5c8c6161c 100644 (file)
@@ -64,10 +64,6 @@ This module is experimental. Documentation is still under development...
     inserted in the cache and the maximum number of objects is reached, an entry 
     will be removed to allow the new entry be cached. </p>
 
-<note type="warning">
-    The size must be greater than <directive>MCacheMinObjectSize</directive>.
-</note>
-
 <note>
     The value of <directive>MCacheMaxObjectCount</directive> is used to create
     the open hash table.
@@ -106,6 +102,10 @@ This module is experimental. Documentation is still under development...
     <p>The <directive>MCacheMaxObjectSize</directive> directive sets the maximum
     size of an object to be cached.</p>
 
+<note type="warning">
+    The size must be greater than <directive>MCacheMinObjectSize</directive>.
+</note>
+
 <example>
   MCacheMaxObjectSize  6400000 <br />
 </example>