diff options
-rw-r--r-- | doc/queue_parameters.html | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/queue_parameters.html b/doc/queue_parameters.html index 04da2ca7..83eae5d3 100644 --- a/doc/queue_parameters.html +++ b/doc/queue_parameters.html @@ -48,14 +48,13 @@ queues are not set up by default.</p> </ul> <p><b>Sample:</b></p> <p>The following is a sample of a TCP forwarding action with its own queue.</p> -<textarea rows="5" cols="60">Module (load="builtin:omfwd") -*.* action(type="omfwd" -Target="192.168.2.11" -Port="10514" -Protocol="tcp" -queue.filename="forwarding" -queue.size="1000000" -queue.type="LinkedList" +<textarea rows="7" cols="60">action(type="omfwd" + target="192.168.2.11" + port="10514" + protocol="tcp" + queue.filename="forwarding" + queue.size="1000000" + queue.type="LinkedList" ) </textarea> <br><br> @@ -64,7 +63,7 @@ queue.type="LinkedList" [<a href="http://www.rsyslog.com/">rsyslog site</a>]</p> <p><font size="2">This documentation is part of the <a href="http://www.rsyslog.com/">rsyslog</a> project.<br> -Copyright © 2008, 2009 by <a href="http://www.gerhards.net/rainer">Rainer Gerhards</a> and +Copyright © 2013 by <a href="http://www.gerhards.net/rainer">Rainer Gerhards</a> and <a href="http://www.adiscon.com/">Adiscon</a>. Released under the GNU GPL version 3 or higher.</font></p> |