From 640b58a0d6a4b233ca359f3d3500ac254933e49c Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Mon, 28 Apr 2014 06:58:32 +0000 Subject: [PATCH] Correct according to the comments in online doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1590566 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_cache.html.en | 2 +- docs/manual/mod/mod_cache.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index 475210558c..9736df276e 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -104,7 +104,7 @@ HTTP header with a 111 response code.

mod_cache requires the services of one or more - storage management modules. One storage management module is included in + storage management modules. The following storage management modules are included in the base Apache distribution:

mod_cache_disk
diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index 1284cef8a6..00909fdb0a 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -101,7 +101,7 @@ HTTP header with a 111 response code.

mod_cache requires the services of one or more - storage management modules. One storage management module is included in + storage management modules. The following storage management modules are included in the base Apache distribution:

mod_cache_disk
-- 2.50.1