diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-02-26 17:48:54 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-02-26 17:48:54 +0100 |
commit | 14efde3492026d0a37f2e89736772ec884e3ae2d (patch) | |
tree | 1f23a7429db8757753726ab6389f98b0e695bd55 | |
parent | 34f58efc77749ca9f8afcd24bb502e305649986f (diff) | |
download | rsyslog-14efde3492026d0a37f2e89736772ec884e3ae2d.tar.gz rsyslog-14efde3492026d0a37f2e89736772ec884e3ae2d.tar.bz2 rsyslog-14efde3492026d0a37f2e89736772ec884e3ae2d.zip |
doc: fix small but important typo
-rw-r--r-- | doc/omjournal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/omjournal.html b/doc/omjournal.html index 263fd20a..8fa8c4fb 100644 --- a/doc/omjournal.html +++ b/doc/omjournal.html @@ -63,7 +63,7 @@ input(type="imudp" port="514" ruleset="writeToJournal") /* inside that ruleset, we just write data to the journal: */ ruleset(name="writeToJournal") { - action(type="mmjournal") + action(type="omjournal") } </textarea> <p>Note that this can be your sole rsyslog.conf if you do not use rsyslog |