From: Tony Stevenson <pctony@apache.org>
Date: Wed, 17 Jun 2009 11:40:52 +0000 (+0000)
Subject: Broken directive
X-Git-Tag: 2.3.3~507
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19608c7e3f920cedd873fad0a26d778d8aefb030;p=apache

Broken directive

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@785561 13f79535-47bb-0310-9956-ffa450edef68
---

diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en
index 2088eb7948..28f7bad43c 100644
--- a/docs/manual/mod/mod_cache.html.en
+++ b/docs/manual/mod/mod_cache.html.en
@@ -214,8 +214,8 @@ manager</td></tr>
     <p>Ordinarily, requests containing a Cache-Control: no-cache or
     Pragma: no-cache header value will not be served from the cache.  The
     <code class="directive">CacheIgnoreCacheControl</code> directive allows this
-    behavior to be overridden.  <code class="directive">CacheIgnoreCacheControl</code>
-    On tells the server to attempt to serve the resource from the cache even
+    behavior to be overridden.  <code class="directive">CacheIgnoreCacheControl On</code>
+    tells the server to attempt to serve the resource from the cache even
     if the request contains no-cache header values.  Resources requiring
     authorization will <em>never</em> be cached.</p>
 
diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml
index e94a7f7f18..e5c360aca5 100644
--- a/docs/manual/mod/mod_cache.xml
+++ b/docs/manual/mod/mod_cache.xml
@@ -262,8 +262,8 @@ header.</description>
     <p>Ordinarily, requests containing a Cache-Control: no-cache or
     Pragma: no-cache header value will not be served from the cache.  The
     <directive>CacheIgnoreCacheControl</directive> directive allows this
-    behavior to be overridden.  <directive>CacheIgnoreCacheControl</directive>
-    On tells the server to attempt to serve the resource from the cache even
+    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.  Resources requiring
     authorization will <em>never</em> be cached.</p>