From e62345a1e372e16886fb67be60cb8532949c004a Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Mon, 26 Aug 2013 01:17:50 +0000 Subject: [PATCH] fix markup git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1517405 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_cache.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index 00f996fcac5..7d11ae40971 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -569,7 +569,7 @@ header. CacheIgnoreCacheControl directive allows this behavior to be overridden. CacheIgnoreCacheControl On 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.

CacheIgnoreCacheControl On @@ -790,7 +790,7 @@ LastModified date. directive allows this behavior to be overridden. CacheStorePrivate On tells the server to attempt to cache the resource even if it contains - private header values. + private header values.

CacheStorePrivate On @@ -823,7 +823,7 @@ LastModified date. CacheStoreNoStore directive allows this behavior to be overridden. CacheStoreNoStore On tells the server to attempt to cache the resource even if it contains - no-store header values. + no-store header values.

CacheStoreNoStore On -- 2.47.3