summaryrefslogtreecommitdiffstats
path: root/doc/imtcp.html
diff options
context:
space:
mode:
authorGeorgi Georgiev <chutzimir@gmail.com>2012-12-10 16:04:08 +0900
committerRainer Gerhards <rgerhards@adiscon.com>2013-06-27 11:20:36 +0200
commit7df62fcc24967e67287d545ddfff4a036e4b2afd (patch)
tree3ceca3f1a72ec454dd07aab3593e1e59532d717e /doc/imtcp.html
parenteb53fdbee9c29246b0fe5587595a8b2072c5de89 (diff)
downloadrsyslog-7df62fcc24967e67287d545ddfff4a036e4b2afd.tar.gz
rsyslog-7df62fcc24967e67287d545ddfff4a036e4b2afd.tar.bz2
rsyslog-7df62fcc24967e67287d545ddfff4a036e4b2afd.zip
Spellcheck the html docs - doc/[a-n]*.html
Spotted a few typos, started fixing them... got tired around n
Diffstat (limited to 'doc/imtcp.html')
-rw-r--r--doc/imtcp.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/imtcp.html b/doc/imtcp.html
index b9f0b056..5ac30d08 100644
--- a/doc/imtcp.html
+++ b/doc/imtcp.html
@@ -63,13 +63,13 @@ the sender is throttled a bit when the queue becomes near-full. This is done in
to preserve some queue space for inputs that can not throttle (like UDP), but it
may have some undesired effect in some configurations. Still, we consider this as
a useful setting and thus it is the default. To turn the handling off, simply
-configure that explicitely.
+configure that explicitly.
</li>
<li><b>MaxListeners</b> &lt;number&gt;<br>
Sets the maximum number of listeners (server ports) supported. Default is 20. This must be set before the first $InputTCPServerRun directive.</li>
<li><b>MaxSessions</b> &lt;number&gt;<br> Sets the maximum number of sessions supported. Default is 200. This must be set before the first $InputTCPServerRun directive</li>
<li><b>StreamDriver.Mode</b> &lt;number&gt;<br>
-Sets the driver mode for the currently selected <a href="netstream.html">network stream driver</a>. &lt;number&gt; is driver specifc.</li>
+Sets the driver mode for the currently selected <a href="netstream.html">network stream driver</a>. &lt;number&gt; is driver specific.</li>
<li><b>StreamDriver.AuthMode</b> &lt;mode-string&gt;<br>
Sets the authentication mode for the currently selected <a href="netstream.html">network stream driver</a>. &lt;mode-string&gt; is driver specifc.</li>
<li><b>PermittedPeer</b> &lt;id-string&gt;<br>