You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2009/01/20 04:19:52 UTC

svn commit: r735925 - in /httpd/httpd/trunk/docs/manual/programs: rotatelogs.html.en rotatelogs.xml

Author: rbowen
Date: Mon Jan 19 19:19:51 2009
New Revision: 735925

URL: http://svn.apache.org/viewvc?rev=735925&view=rev
Log:
Fixes an XML error, and rebuilds the change applied in r734973

Modified:
    httpd/httpd/trunk/docs/manual/programs/rotatelogs.html.en
    httpd/httpd/trunk/docs/manual/programs/rotatelogs.xml

Modified: httpd/httpd/trunk/docs/manual/programs/rotatelogs.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/rotatelogs.html.en?rev=735925&r1=735924&r2=735925&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/rotatelogs.html.en (original)
+++ httpd/httpd/trunk/docs/manual/programs/rotatelogs.html.en Mon Jan 19 19:19:51 2009
@@ -24,10 +24,7 @@
 
      <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 @@
 <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>

Modified: httpd/httpd/trunk/docs/manual/programs/rotatelogs.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/rotatelogs.xml?rev=735925&r1=735924&r2=735925&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/rotatelogs.xml (original)
+++ httpd/httpd/trunk/docs/manual/programs/rotatelogs.xml Mon Jan 19 19:19:51 2009
@@ -93,9 +93,10 @@
 <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>