diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-08-12 10:56:48 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-08-12 10:56:48 +0200 |
commit | 018b2f4c86ca2e4849156db1b1d5b6b3ea9b3e0c (patch) | |
tree | c8fd4cbf8dc5d51e47d8fc45cb916e2c1cad79d7 /doc | |
parent | 3073cb3db1e74827025598396f37b0fb35638879 (diff) | |
download | rsyslog-018b2f4c86ca2e4849156db1b1d5b6b3ea9b3e0c.tar.gz rsyslog-018b2f4c86ca2e4849156db1b1d5b6b3ea9b3e0c.tar.xz rsyslog-018b2f4c86ca2e4849156db1b1d5b6b3ea9b3e0c.zip |
bugfix: misspelled config directive + bumped version number
Previously was $MainMsgQueueWorkeTimeoutrThreadShutdown, is now
$MainMsgQueueWorkerTimeoutThreadShutdown. Note that the misspelled
directive is not preserved - if the misspelled directive was used
(which I consider highly unlikely), the config file must be changed.
Thanks to lperr for reporting the bug.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.html b/doc/manual.html index eae38d1c..f56b6db6 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -16,7 +16,7 @@ relay chains while at the same time being very easy to setup for the novice user. And as we know what enterprise users really need, there is also <a href="professional_support.html">professional rsyslog support</a> available directly from the source!</p> -<p><b>This documentation is for version 3.18.2 (v3-stable branch) of rsyslog.</b> +<p><b>This documentation is for version 3.18.3 (v3-stable branch) of rsyslog.</b> Visit the <i> <a href="http://www.rsyslog.com/doc-status.html">rsyslog status page</a></i></b> to obtain current version information and project status. </p><p><b>If you like rsyslog, you might |