diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-28 14:10:01 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-28 14:10:01 +0100 |
commit | 475adc28659a6dd10cdc76a9207384260b8ffbc9 (patch) | |
tree | 8b3a44909e179c2b8b4b6f440fa1c374dc0b643a /doc/imtcp.html | |
parent | 53f183be990789d40bc8bf070a74932d19227103 (diff) | |
download | rsyslog-475adc28659a6dd10cdc76a9207384260b8ffbc9.tar.gz rsyslog-475adc28659a6dd10cdc76a9207384260b8ffbc9.tar.bz2 rsyslog-475adc28659a6dd10cdc76a9207384260b8ffbc9.zip |
doc: some cleanup
Diffstat (limited to 'doc/imtcp.html')
-rw-r--r-- | doc/imtcp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/imtcp.html b/doc/imtcp.html index 01ea2802..feb0bdd7 100644 --- a/doc/imtcp.html +++ b/doc/imtcp.html @@ -110,7 +110,7 @@ is not used and some senders emit multi-line messages into the message stream. <p><b>Example:</b></p> <p>This sets up a TCP server on port 514 and permits it to accept up to 500 connections:<br> </p> -<textarea rows="15" cols="60">module(load="/folder/to/rsyslog/plugins/imtcp/.libs/imtcp" MaxSessions="500") # needs to be done just once +<textarea rows="15" cols="60">module(load="imtcp" MaxSessions="500") input(type="imtcp" port="514") </textarea> <p>Note that the global parameters (here: max sessions) need to be set when the module is loaded. Otherwise, the parameters will not apply. |