]> granicus.if.org Git - apache/commitdiff
Missed highlighting two examples
authorDaniel Gruno <humbedooh@apache.org>
Fri, 27 Apr 2012 20:34:06 +0000 (20:34 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 27 Apr 2012 20:34:06 +0000 (20:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331581 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/caching.html.en
docs/manual/caching.xml

index b90736a23a96bdb910bbde1db70e0662669e754e..888b4f465fb70629d94643c9d75d39762dc3d8c8 100644 (file)
@@ -614,9 +614,10 @@ CacheDirLength 1
         instructs httpd to open the file when it is started and to re-use
         this file-handle for all subsequent access to this file.</p>
 
-        <div class="example"><p><code>
+        <pre class="prettyprint lang-config">
         CacheFile /usr/local/apache2/htdocs/index.html
-        </code></p></div>
+        </pre>
+
 
         <p>If you intend to cache a large number of files in this manner, you
         must ensure that your operating system's limit for the number of open
@@ -705,9 +706,10 @@ sys     0m0.000s</pre></div>
         start time (using the mmap system call). httpd will use the in-memory
         contents for all subsequent accesses to this file.</p>
 
-        <div class="example"><p><code>
+        <pre class="prettyprint lang-config">
         MMapFile /usr/local/apache2/htdocs/index.html
-        </code></p></div>
+        </pre>
+
 
         <p>As with the
         <code class="directive"><a href="./mod/mod_file_cache.html#cachefile">CacheFile</a></code> directive, any
index ab7372c41b3732a8b923f6117715ba9d6778e70d..5fc8ab9616f1f2ed22080d4c488816a7d6dbab0f 100644 (file)
@@ -663,9 +663,9 @@ CacheDirLength 1
         instructs httpd to open the file when it is started and to re-use
         this file-handle for all subsequent access to this file.</p>
 
-        <example>
+        <highlight language="config">
         CacheFile /usr/local/apache2/htdocs/index.html
-        </example>
+        </highlight>
 
         <p>If you intend to cache a large number of files in this manner, you
         must ensure that your operating system's limit for the number of open
@@ -755,9 +755,9 @@ sys     0m0.000s</pre>
         start time (using the mmap system call). httpd will use the in-memory
         contents for all subsequent accesses to this file.</p>
 
-        <example>
+        <highlight language="config">
         MMapFile /usr/local/apache2/htdocs/index.html
-        </example>
+        </highlight>
 
         <p>As with the
         <directive module="mod_file_cache">CacheFile</directive> directive, any