[syslog-ng]wrong documentation
    Wiktor Wodecki 
    wodecki@wapme-systems.de
    Thu, 11 Jan 2001 11:17:16 +0100
    
    
  
hello folks,
I just started to configure syslog-ng for the first time and I found a
small error in the documentation shipped with it (also on homepage). I
use current version 1.4.10. The problem is:
written in the docs:
source s_tcp { tcp(ip(127.0.0.1) port(1999);max-connections(10)); }; 
correct syntax:
source s_tcp { tcp(ip(127.0.0.1) port(1999) max-connections (4)); };
please somebody fix this, took me a while to fiddle through all those
semicolons and brackets..
-- 
Regards,
Wiktor Wodecki
Unix-Administration
Wapme Systems AG