diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-25 13:52:08 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-25 13:52:08 +0200 |
commit | 480125e16ce0cdd63d9ee0b47565789984c217e0 (patch) | |
tree | b0adc873ac98cda42bf77f841bdba59aeec61fd0 /doc/imtcp.html | |
parent | 8ed5da5dc4c3b146e4636dd8b44fe62df4d90c80 (diff) | |
parent | b829284f37add946ac810b125e3bededa1206c96 (diff) | |
download | rsyslog-480125e16ce0cdd63d9ee0b47565789984c217e0.tar.gz rsyslog-480125e16ce0cdd63d9ee0b47565789984c217e0.tar.bz2 rsyslog-480125e16ce0cdd63d9ee0b47565789984c217e0.zip |
Merge branch 'beta'
Diffstat (limited to 'doc/imtcp.html')
-rw-r--r-- | doc/imtcp.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/imtcp.html b/doc/imtcp.html index 12f8020d..ecc72748 100644 --- a/doc/imtcp.html +++ b/doc/imtcp.html @@ -38,7 +38,7 @@ AuthMode and <a href="netstream.html">network stream driver</a>. Permitted <p><b>Sample:</b></p> <p>This sets up a TCP server on port 514:<br> </p> -<textarea rows="15" cols="60">$ModLoad imtcp.so # +<textarea rows="15" cols="60">$ModLoad imtcp # needs to be done just once $InputTCPServerRun 514 </textarea> @@ -51,4 +51,4 @@ Copyright © 2008 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> -</body></html>
\ No newline at end of file +</body></html> |