You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2011/01/13 17:10:29 UTC

svn commit: r1058639 - /httpd/httpd/trunk/docs/manual/caching.xml

Author: rbowen
Date: Thu Jan 13 16:10:29 2011
New Revision: 1058639

URL: http://svn.apache.org/viewvc?rev=1058639&view=rev
Log:
Remove unnecessary <pre> in <example> blocks.

Modified:
    httpd/httpd/trunk/docs/manual/caching.xml

Modified: httpd/httpd/trunk/docs/manual/caching.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/caching.xml?rev=1058639&r1=1058638&r2=1058639&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/caching.xml (original)
+++ httpd/httpd/trunk/docs/manual/caching.xml Thu Jan 13 16:10:29 2011
@@ -141,12 +141,11 @@
       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-c
       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