summaryrefslogtreecommitdiffstats
path: root/doc/rsyslog_conf.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-22 09:13:14 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-22 09:13:14 +0000
commit8fdd3b45c0c2b2a5751efd79e2be4cc0241af53e (patch)
tree382d91a5123daed0f33e5b39d7839d9a5b6380e0 /doc/rsyslog_conf.html
parentffbcb85ab5d92f85afb0d2eb1ae24f463ca45311 (diff)
downloadrsyslog-8fdd3b45c0c2b2a5751efd79e2be4cc0241af53e.tar.gz
rsyslog-8fdd3b45c0c2b2a5751efd79e2be4cc0241af53e.tar.xz
rsyslog-8fdd3b45c0c2b2a5751efd79e2be4cc0241af53e.zip
added some doc for imgssapi and imtcp input modules
Diffstat (limited to 'doc/rsyslog_conf.html')
-rw-r--r--doc/rsyslog_conf.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html
index 977d37f0..60e2e7ac 100644
--- a/doc/rsyslog_conf.html
+++ b/doc/rsyslog_conf.html
@@ -36,7 +36,7 @@ SQLLite, Ingres, Oracle, mSQL)</li>
<li><a href="imfile.html">imfile</a>
-&nbsp; input module for text files</li>
<li>imudp - udp syslog message input</li>
-<li>imtcp - input plugin for plain tcp and GSS-enable syslog</li>
+<li><a href="imtcp.html">imtcp</a> - input plugin for plain tcp syslog</li><li><a href="imgssapi.html">imgssapi</a> - input plugin for plain tcp and GSS-enable syslog</li>
<li>immark - support for mark messages</li>
<li>imklog - kernel logging</li>
</ul>
@@ -1064,7 +1064,7 @@ Please note the colon in fron</p>
<p>Rsyslogd uses a slightly different syntax for its
configuration file than the original BSD sources. Originally all
messages of a specific priority and above were forwarded to the log
-file. The modifiers "='', "!'' and "-'' were added to make rsyslogd
+file. The modifiers "='', "!'' and "!-'' were added to make rsyslogd
more flexible and to use it in a more intuitive manner.<br>
<br>
The original BSD syslogd doesn't understand spaces as separators