<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>
<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>
<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>