summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Meckelein <mmeckelein@hq.adiscon.com>2008-01-18 14:35:58 +0000
committerMichael Meckelein <mmeckelein@hq.adiscon.com>2008-01-18 14:35:58 +0000
commitf4f3dbc70b6df83a75d9182ea160b82a2d273f1f (patch)
tree8e5d59cc9aabb78771f86d827495f9c7c1cfe8c3
parentff3a56a121bdc356847e2f25ef664ee4e37ad02c (diff)
downloadrsyslog-f4f3dbc70b6df83a75d9182ea160b82a2d273f1f.tar.gz
rsyslog-f4f3dbc70b6df83a75d9182ea160b82a2d273f1f.tar.xz
rsyslog-f4f3dbc70b6df83a75d9182ea160b82a2d273f1f.zip
small text change
-rw-r--r--doc/log_rotation_fix_size.html2
-rw-r--r--doc/rsyslog_conf.html3
2 files changed, 2 insertions, 3 deletions
diff --git a/doc/log_rotation_fix_size.html b/doc/log_rotation_fix_size.html
index 182833b9..f8f2cf82 100644
--- a/doc/log_rotation_fix_size.html
+++ b/doc/log_rotation_fix_size.html
@@ -51,7 +51,7 @@ file and fill it up with new logs. So the latest logs are always in log_roatatio
<h2>Conclusion</h2>
-<p>With this approach you use two files for logging, each with a maximum size of 50 MB. So
+<p>With this approach two files for logging are used, each with a maximum size of 50 MB. So
we can say we have successfully configured a log rotation which satisfies our requirement.
We keep the logs at a fixed-size level of100 MB.</p>
diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html
index 2d79f249..fe813ab3 100644
--- a/doc/rsyslog_conf.html
+++ b/doc/rsyslog_conf.html
@@ -237,8 +237,7 @@ In its current form, output channels primarily provide the ability to size-limit
an output file. To do so, specify a maximum size. When this size is reached,
rsyslogd will execute the action-on-max-size command and then reopen the file
and retry. The command should be something like a
-<a href="log_rotation_fix_size.html">log rotation script</a> or a
-similar thing.</p>
+<a href="log_rotation_fix_size.html">log rotation script</a> or a similar thing.</p>
<p>If there is no action-on-max-size command or the command did not resolve the
situation, the file is closed and never reopened by rsyslogd (except, of course,
by huping it). This logic was integrated when we first experienced severe issues