diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-22 09:11:30 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-22 09:11:30 +0200 |
commit | 6569ae456bebcad691c3af924620c913616571f7 (patch) | |
tree | f6ffe1f456e73ca695732cfa96e5a1242a30a5bf | |
parent | d36407c7947ba119c971427e1528122509bf895f (diff) | |
download | rsyslog-6569ae456bebcad691c3af924620c913616571f7.tar.gz rsyslog-6569ae456bebcad691c3af924620c913616571f7.tar.bz2 rsyslog-6569ae456bebcad691c3af924620c913616571f7.zip |
doc: v3 compatibility doc lists invalid config directive
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=365
-rw-r--r-- | doc/v3compatibility.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/v3compatibility.html b/doc/v3compatibility.html index ad8776bb..1c153506 100644 --- a/doc/v3compatibility.html +++ b/doc/v3compatibility.html @@ -84,7 +84,7 @@ to support this feature (as long as it is not totally removed). To replace it, use the following config directives (compatibility mode auto-generates them):</p> <p><b>$ModLoad immark<br> -$MarkMessageInterval 1800 # 30 minutes</b></p> +$MarkMessagePeriod 1800 # 30 minutes</b></p> <h2>-r Option</h2> <p>Is no longer available in native mode. However, it is |