diff options
author | Graham Leggett <minfrin@apache.org> | 2010-11-20 16:48:51 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2010-11-20 16:48:51 +0100 |
commit | 2f74bae2d51d6362168b267249583a67ae1cb60a (patch) | |
tree | 871900eeef45483c951787b8e1f5c4ec0efc0bcf /docs/man | |
parent | Updated the .fr ssl howto so it matches r1035435 changes (diff) | |
download | apache2-2f74bae2d51d6362168b267249583a67ae1cb60a.tar.xz apache2-2f74bae2d51d6362168b267249583a67ae1cb60a.zip |
Rename mod_disk_cache to mod_cache_disk within the documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037244 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/man')
-rw-r--r-- | docs/man/htcacheclean.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/htcacheclean.8 b/docs/man/htcacheclean.8 index 69b2339160..f04b295a54 100644 --- a/docs/man/htcacheclean.8 +++ b/docs/man/htcacheclean.8 @@ -19,7 +19,7 @@ .el .ne 3 .IP "\\$1" \\$2 .. -.TH "HTCACHECLEAN" 8 "2010-10-13" "Apache HTTP Server" "htcacheclean" +.TH "HTCACHECLEAN" 8 "2010-11-20" "Apache HTTP Server" "htcacheclean" .SH NAME htcacheclean \- Clean up the disk cache @@ -42,7 +42,7 @@ htcacheclean \- Clean up the disk cache .SH "SUMMARY" .PP -htcacheclean is used to keep the size of mod_disk_cache's storage within a given size limit, or limit on inodes in use\&. This tool can run either manually or in daemon mode\&. When running in daemon mode, it sleeps in the background and checks the cache directory at regular intervals for cached content to be removed\&. You can stop the daemon cleanly by sending it a TERM or INT signal\&. When run manually, a once off check of the cache directory is made for cached content to be removed\&. If one or more URLs are specified, each URL will be deleted from the cache, if present\&. +htcacheclean is used to keep the size of mod_cache_disk's storage within a given size limit, or limit on inodes in use\&. This tool can run either manually or in daemon mode\&. When running in daemon mode, it sleeps in the background and checks the cache directory at regular intervals for cached content to be removed\&. You can stop the daemon cleanly by sending it a TERM or INT signal\&. When run manually, a once off check of the cache directory is made for cached content to be removed\&. If one or more URLs are specified, each URL will be deleted from the cache, if present\&. .SH "OPTIONS" |