diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-13 11:13:44 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-13 11:13:44 +0100 |
commit | 3d5c805ab6d4e9b8db0a948cda0f73340f2f326b (patch) | |
tree | 3f33bb281016e9cae33218de2c56bf22deb1b258 | |
parent | f347f71da79f1ca5a11a6a6e3e00c17587c04c12 (diff) | |
download | rsyslog-3d5c805ab6d4e9b8db0a948cda0f73340f2f326b.tar.gz rsyslog-3d5c805ab6d4e9b8db0a948cda0f73340f2f326b.tar.bz2 rsyslog-3d5c805ab6d4e9b8db0a948cda0f73340f2f326b.zip |
doc bugfix: invalid parser name
Thanks to Nathan Stratton Treadway for alerting me.
-rw-r--r-- | doc/rsconf1_rulesetparser.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rsconf1_rulesetparser.html b/doc/rsconf1_rulesetparser.html index ef29c2a8..433456c1 100644 --- a/doc/rsconf1_rulesetparser.html +++ b/doc/rsconf1_rulesetparser.html @@ -9,7 +9,7 @@ <p><b>Type:</b> ruleset-specific configuration directive</p> <p><b>Parameter Values:</b> string</p> <p><b>Available since:</b> 5.3.4+</p> -<p><b>Default:</b> rsyslog.rfc5424 followed by rsyslog.rfc5425</p> +<p><b>Default:</b> rsyslog.rfc5424 followed by rsyslog.rfc3164</p> <p><b>Description:</b></p> <p> This directive permits to specify which |