From: Rich Bowen
Date: Tue, 20 Jan 2009 03:19:51 +0000 (+0000)
Subject: Fixes an XML error, and rebuilds the change applied in r734973
X-Git-Tag: 2.3.2~145
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d361a80a563199bc839afc239a30591927e5c332;p=thirdparty%2Fapache%2Fhttpd.git
Fixes an XML error, and rebuilds the change applied in r734973
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735925 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/programs/rotatelogs.html.en b/docs/manual/programs/rotatelogs.html.en
index 0515a814fbe..3f0f1a8bf7f 100644
--- a/docs/manual/programs/rotatelogs.html.en
+++ b/docs/manual/programs/rotatelogs.html.en
@@ -24,10 +24,7 @@
rotatelogs 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).
+ rotation based on a time interval or maximum size of the log.
Synopsis
Options
@@ -98,9 +95,10 @@ interval, no file will be created.)
- The maximum file size in followed by exactly one of the letters
B (Bytes), K (KBytes), M (MBytes)
or G (GBytes).
-
+
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.
+
offset
diff --git a/docs/manual/programs/rotatelogs.xml b/docs/manual/programs/rotatelogs.xml
index b9bd956010d..789a71afa64 100644
--- a/docs/manual/programs/rotatelogs.xml
+++ b/docs/manual/programs/rotatelogs.xml
@@ -93,9 +93,10 @@ interval, no file will be created.)
- The maximum file size in followed by exactly one of the letters
B (Bytes), K (KBytes), M (MBytes)
or G (GBytes).
-
+
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.
+
offset