summaryrefslogtreecommitdiffstats
path: root/docs/manual/programs/htcacheclean.xml
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2004-11-08 18:15:40 +0100
committerJoe Orton <jorton@apache.org>2004-11-08 18:15:40 +0100
commitcebdac06e48b103654e5b13066745824fec5af83 (patch)
tree71c5597b4f95d208b030bb80e72433da8de65d12 /docs/manual/programs/htcacheclean.xml
parentnew two Korean translations and up-to-date patches (diff)
downloadapache2-cebdac06e48b103654e5b13066745824fec5af83.tar.xz
apache2-cebdac06e48b103654e5b13066745824fec5af83.zip
Wording tweaks.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105719 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/htcacheclean.xml')
-rw-r--r--docs/manual/programs/htcacheclean.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/programs/htcacheclean.xml b/docs/manual/programs/htcacheclean.xml
index b1b680b047..35739b4112 100644
--- a/docs/manual/programs/htcacheclean.xml
+++ b/docs/manual/programs/htcacheclean.xml
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!--
Copyright 2004 The Apache Software Foundation
@@ -27,10 +27,10 @@
<summary>
<p><code>htcacheclean</code> is used to keep the size of
<module>mod_disk_cache</module>'s storage within a certain limit. This
- tool can be either run manually or in daemon mode. When running in
+ tool can run either manually or in daemon mode. When running in
daemon mode, it sleeps in the background and checks the cache directories
- in regular intervals for stuff to be removed. You can stop the daemon
- cleanly, when sending him a TERM or INT signal.</p>
+ at regular intervals for cached content to be removed. You can stop the daemon
+ cleanly by sending it a TERM or INT signal.</p>
</summary>
<seealso><module>mod_disk_cache</module></seealso>