summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-04-24 08:11:00 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-04-24 08:11:00 +0200
commite842c0b6e743c8848df4808046e4bfb8a1704b9a (patch)
treef036473885102199c3bc1c4842656fe513b4f8d1
parentb5c1973b3c27618f741b8386c0fdd79382bc3977 (diff)
downloadrsyslog-e842c0b6e743c8848df4808046e4bfb8a1704b9a.tar.gz
rsyslog-e842c0b6e743c8848df4808046e4bfb8a1704b9a.tar.bz2
rsyslog-e842c0b6e743c8848df4808046e4bfb8a1704b9a.zip
doc: wrong parameter name in omfwd doc
-rw-r--r--doc/omfwd.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/omfwd.html b/doc/omfwd.html
index fb9145e1..53f9e527 100644
--- a/doc/omfwd.html
+++ b/doc/omfwd.html
@@ -59,7 +59,7 @@
<p><b>Caveats/Known Bugs:</b></p><ul><li>None.</li></ul>
<p><b>Sample:</b></p>
<p>The following command sends all syslog messages to a remote server via TCP port 10514.</p>
-<textarea rows="5" cols="60">Module (path="builtin:omfwd")
+<textarea rows="5" cols="60">Module (load="builtin:omfwd")
*.* action(type="omfwd"
Target="192.168.2.11"
Port="10514"