You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2013/08/26 03:17:50 UTC

svn commit: r1517405 - /httpd/httpd/trunk/docs/manual/mod/mod_cache.xml

Author: covener
Date: Mon Aug 26 01:17:50 2013
New Revision: 1517405

URL: http://svn.apache.org/r1517405
Log:
fix markup

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_cache.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_cache.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_cache.xml?rev=1517405&r1=1517404&r2=1517405&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_cache.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_cache.xml Mon Aug 26 01:17:50 2013
@@ -569,7 +569,7 @@ header.</description>
     <directive>CacheIgnoreCacheControl</directive> directive allows this
     behavior to be overridden.  <directive>CacheIgnoreCacheControl On</directive>
     tells the server to attempt to serve the resource from the cache even
-    if the request contains no-cache header values.  
+    if the request contains no-cache header values.</p>  
 
     <highlight language="config">
       CacheIgnoreCacheControl On
@@ -790,7 +790,7 @@ LastModified date.</description>
        directive allows this behavior to be overridden.
        <directive>CacheStorePrivate</directive> On
        tells the server to attempt to cache the resource even if it contains
-       private header values.  
+       private header values.</p>
 
     <highlight language="config">
       CacheStorePrivate On
@@ -823,7 +823,7 @@ LastModified date.</description>
        <directive>CacheStoreNoStore</directive> directive allows this
        behavior to be overridden.  <directive>CacheStoreNoStore</directive> On
        tells the server to attempt to cache the resource even if it contains
-       no-store header values.  
+       no-store header values.</p>
 
     <highlight language="config">
       CacheStoreNoStore On