diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-07-22 18:03:43 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-07-22 18:03:43 +0200 |
commit | 9757aeb56445eee3aca2b43e6b3efa1f1cb59ba3 (patch) | |
tree | b44dad3ab3f3477c4b6c45b615b60f5e51f58e35 /doc/v6compatibility.html | |
parent | 6b8b7ba0091a4e59b9a45057756fc7f754576242 (diff) | |
download | rsyslog-9757aeb56445eee3aca2b43e6b3efa1f1cb59ba3.tar.gz rsyslog-9757aeb56445eee3aca2b43e6b3efa1f1cb59ba3.tar.bz2 rsyslog-9757aeb56445eee3aca2b43e6b3efa1f1cb59ba3.zip |
milestone: queue object now has a param handler for new conf interface
... and action queue defs use this new interface (but not yet the main queues)
Diffstat (limited to 'doc/v6compatibility.html')
-rw-r--r-- | doc/v6compatibility.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/v6compatibility.html b/doc/v6compatibility.html index cf621943..38f1e622 100644 --- a/doc/v6compatibility.html +++ b/doc/v6compatibility.html @@ -113,7 +113,7 @@ longer in v6: <blockquote><code> *.* rgerhards, bgerhards </code> </blockquote> -To fix it in a way that is compatible with pre-v6, use (note the removed space!): +To fix it in a way that is compatible with pre-v4, use (note the removed space!): <blockquote><code> *.* rgerhards,bgerhards </code> </blockquote> |