]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fixes an XML error, and rebuilds the change applied in r734973
authorRich Bowen <rbowen@apache.org>
Tue, 20 Jan 2009 03:19:51 +0000 (03:19 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 20 Jan 2009 03:19:51 +0000 (03:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735925 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/programs/rotatelogs.html.en
docs/manual/programs/rotatelogs.xml

index 0515a814fbe6502ec39bff33eea47131cf84adf1..3f0f1a8bf7f0353c8139c9918db05d5d69a0e582 100644 (file)
 
      <p><code>rotatelogs</code> is a simple program for use in
      conjunction with Apache's piped logfile feature.  It supports
-     rotation based on a time interval or maximum size of the log.
-     Rotation happens automatically during log activity, but can also
-     be triggered externally with the signals SIGHUP (checks the
-     configured rotation rules) and SIGINT (force rotate).</p>
+     rotation based on a time interval or maximum size of the log.</p>
 </div>
 <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#synopsis">Synopsis</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#options">Options</a></li>
@@ -98,9 +95,10 @@ interval, no file will be created.)</dd>
 <dd>The maximum file size in followed by exactly one of the letters
 <code>B</code> (Bytes), <code>K</code> (KBytes), <code>M</code> (MBytes)
 or <code>G</code> (GBytes).
-<br />
+<p>
 When time and size are specified, the size must be given after the time.
 Rotation will occur whenever either time or size limits are reached.
+</p>
 </dd>
 
 <dt><code><var>offset</var></code></dt>
index b9bd956010db94b802738f41696564d65adf6b49..789a71afa64461e79b612946c83247d492dfec1f 100644 (file)
@@ -93,9 +93,10 @@ interval, no file will be created.)</dd>
 <dd>The maximum file size in followed by exactly one of the letters
 <code>B</code> (Bytes), <code>K</code> (KBytes), <code>M</code> (MBytes)
 or <code>G</code> (GBytes).
-<br/>
+<p>
 When time and size are specified, the size must be given after the time.
 Rotation will occur whenever either time or size limits are reached.
+</p>
 </dd>
 
 <dt><code><var>offset</var></code></dt>