diff options
-rw-r--r-- | doc/install.html | 2 | ||||
-rw-r--r-- | doc/rsyslog_conf.html | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/install.html b/doc/install.html index 849c4ffe..0040ad76 100644 --- a/doc/install.html +++ b/doc/install.html @@ -1,5 +1,5 @@ <html><head> -<title>SSL Encrypting syslog with stunnel</title> +<title>A guide on HOWTO install rsyslog</title> <meta name="KEYWORDS" content="syslog encryption, rsyslog, stunnel, secure syslog, tcp, reliable, howto, ssl"> </head> <body> diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index 6e8986a1..2d79f249 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -236,7 +236,8 @@ line includes the channel name plus an $ sign in front of it. A sample might be: 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 log rotation script or a +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> <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, |