From 8fdd3b45c0c2b2a5751efd79e2be4cc0241af53e Mon Sep 17 00:00:00 2001
From: Rainer Gerhards
Date: Fri, 22 Feb 2008 09:13:14 +0000
Subject: added some doc for imgssapi and imtcp input modules
---
doc/rsyslog_conf.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc/rsyslog_conf.html')
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)
imfile
- input module for text files
imudp - udp syslog message input
-imtcp - input plugin for plain tcp and GSS-enable syslog
+imtcp - input plugin for plain tcp syslogimgssapi - input plugin for plain tcp and GSS-enable syslog
immark - support for mark messages
imklog - kernel logging
@@ -1064,7 +1064,7 @@ Please note the colon in fron
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.
The original BSD syslogd doesn't understand spaces as separators
--
cgit