Commit 4e918d33 authored by Joe Orton's avatar Joe Orton
Browse files

Wording tweaks.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105719 13f79535-47bb-0310-9956-ffa450edef68
parent f71398ff
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
<?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>