diff options
author | Eric Covener <covener@apache.org> | 2013-08-26 03:17:50 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2013-08-26 03:17:50 +0200 |
commit | 52841f9fa980d119f09f578b7965e6917005b9dd (patch) | |
tree | f8cab17974116eff0eac1afc59331a00b817802e /docs/manual/mod/mod_cache.xml | |
parent | fix email ID (diff) | |
download | apache2-52841f9fa980d119f09f578b7965e6917005b9dd.tar.xz apache2-52841f9fa980d119f09f578b7965e6917005b9dd.zip |
fix markup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1517405 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_cache.xml')
-rw-r--r-- | docs/manual/mod/mod_cache.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index 00f996fcac..7d11ae4097 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -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 |