summaryrefslogtreecommitdiffstats
path: root/doc/pmlastmsg.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-08-05 14:27:37 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-08-05 14:27:37 +0200
commit27678dc430ffc39ff1db774f47e5c367de4d3408 (patch)
treeaf4485a5a8fc8171732036017a576b345a0f4040 /doc/pmlastmsg.html
parent1b1b6b85e66281939a31685254565845d8d192a0 (diff)
downloadrsyslog-27678dc430ffc39ff1db774f47e5c367de4d3408.tar.gz
rsyslog-27678dc430ffc39ff1db774f47e5c367de4d3408.tar.xz
rsyslog-27678dc430ffc39ff1db774f47e5c367de4d3408.zip
minor bug fixes
- doc for pmlastmsg and ruleset parsers were hard to read - pmrfc3164sd had wrong name
Diffstat (limited to 'doc/pmlastmsg.html')
-rw-r--r--doc/pmlastmsg.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pmlastmsg.html b/doc/pmlastmsg.html
index 397016df..2abeac6a 100644
--- a/doc/pmlastmsg.html
+++ b/doc/pmlastmsg.html
@@ -36,10 +36,10 @@ should be used. Note that when a parser is specified, the default parser chain
is removed, so we need to specify all three parsers. We use this together with the
default ruleset.
</p>
-<textarea rows="15" cols="80">$ModLoad pmlastline # this parser is NOT a built-in module
+<textarea rows="15" cols="80">$ModLoad pmlastmsg # this parser is NOT a built-in module
# note that parser are tried in the
-# order they appear in rsyslog.conf, so put pmlastline first
+# order they appear in rsyslog.conf, so put pmlastmsg first
$RulesetParser rsyslog.lastline
# as we have removed the default parser chain, we
# need to add the default parsers as well.