diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-20 10:55:44 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-20 10:55:44 +0200 |
commit | 150b1a1acfb0adaceae4ea44c867787b75c1b8e1 (patch) | |
tree | e4ecbd20d796fa01a52c668357ea9320e7ba02fd | |
parent | f54691a246450c9d8437ddb1bf775b295e91352c (diff) | |
download | rsyslog-150b1a1acfb0adaceae4ea44c867787b75c1b8e1.tar.gz rsyslog-150b1a1acfb0adaceae4ea44c867787b75c1b8e1.tar.bz2 rsyslog-150b1a1acfb0adaceae4ea44c867787b75c1b8e1.zip |
doc bugfix: invalid parameter name
-rw-r--r-- | doc/imptcp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/imptcp.html b/doc/imptcp.html index b5bd0970..133183f2 100644 --- a/doc/imptcp.html +++ b/doc/imptcp.html @@ -135,7 +135,7 @@ Equivalent to: Port </li> Equivalent to: Name </li> <li>$InputPTCPServerBindRuleset <name><br> Equivalent to: Ruleset </li> -<li>$InputPTCPHelperThreads <number><br> +<li>$InputPTCPServerHelperThreads <number><br> Number of helper worker threads to process incoming messages. These threads are utilized to pull data off the network. On a busy system, additional helper threads (but not more than there are CPUs/Cores) can help improving |