]> granicus.if.org Git - apache/commitdiff
Remove unnecessary <pre> in <example> blocks.
authorRich Bowen <rbowen@apache.org>
Thu, 13 Jan 2011 16:10:29 +0000 (16:10 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 13 Jan 2011 16:10:29 +0000 (16:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1058639 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/caching.xml

index 933be6eaf0ffaf9fe57b5f4f69ff9772bcbe989c..4e462448167ee04f75226985ef7b9ad0450f21b7 100644 (file)
       Side Includes</a>;</p>
 
       <example>
-      <pre>
-&lt;!-- The following include can be cached --&gt;
-&lt;!--#include virtual="/footer.html" --&gt; 
-
-&lt;!-- The following include can not be cached --&gt;
-&lt;!--#include file="/path/to/footer.html" --&gt;</pre>
+&lt;!-- The following include can be cached --&gt;<br />
+&lt;!--#include virtual="/footer.html" --&gt; <br />
+<br />
+&lt;!-- The following include can not be cached --&gt;<br />
+&lt;!--#include file="/path/to/footer.html" --&gt;
       </example>
 
       <p>If you are using Server Side Includes, and want the benefit of speedy
@@ -425,7 +424,7 @@ Vary: negotiate,accept-language,accept-charset
       this file-handle for all subsequent access to this file.</p>
 
       <example>
-      <pre>CacheFile /usr/local/apache2/htdocs/index.html</pre>
+      CacheFile /usr/local/apache2/htdocs/index.html
       </example>
 
       <p>If you intend to cache a large number of files in this manner, you 
@@ -528,7 +527,7 @@ sys     0m0.000s</pre>
       contents for all subsequent accesses to this file.</p>
 
       <example>
-      <pre>MMapFile /usr/local/apache2/htdocs/index.html</pre>
+      MMapFile /usr/local/apache2/htdocs/index.html
       </example>
 
       <p>As with the
@@ -565,11 +564,10 @@ sys     0m0.000s</pre>
     <p>Typically the module will be configured as so;</p>
 
     <example>  
-    <pre>
-CacheRoot   /var/cache/apache/
-CacheEnable disk /
-CacheDirLevels 2
-CacheDirLength 1</pre>
+CacheRoot   /var/cache/apache/<br />
+CacheEnable disk /<br />
+CacheDirLevels 2<br />
+CacheDirLength 1
     </example>
 
     <p>Importantly, as the cached files are locally stored, operating system