]> granicus.if.org Git - apache/commitdiff
Wording tweaks.
authorJoe Orton <jorton@apache.org>
Mon, 8 Nov 2004 17:15:40 +0000 (17:15 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 8 Nov 2004 17:15:40 +0000 (17:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105719 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/programs/htcacheclean.xml

index b1b680b047ba5fe15b60cd952fcb1bc55468230f..35739b4112a5e83b6475df3f6b8cd390670805fd 100644 (file)
@@ -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
 <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>