summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-06-21 14:22:39 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-06-21 14:22:39 +0000
commite6ed5e03abfea3742690f3dbd223fc72322c9846 (patch)
tree0cd613d73a3dabeef5081ce0353615bbf48173e0
parent19780e02b68766824c188e8702b8003407d2f249 (diff)
downloadrsyslog-e6ed5e03abfea3742690f3dbd223fc72322c9846.tar.gz
rsyslog-e6ed5e03abfea3742690f3dbd223fc72322c9846.tar.xz
rsyslog-e6ed5e03abfea3742690f3dbd223fc72322c9846.zip
added new -t port,max-sessions option extension
-rw-r--r--rsyslogd.813
1 files changed, 8 insertions, 5 deletions
diff --git a/rsyslogd.8 b/rsyslogd.8
index 3a214b80..e54f703a 100644
--- a/rsyslogd.8
+++ b/rsyslogd.8
@@ -1,7 +1,7 @@
.\" Copyright 2004-2005 Rainer Gerhards and Adiscon for the rsyslog modifications
.\" May be distributed under the GNU General Public License
.\"
-.TH RSYSLOGD 8 "01 February 2007" "Version 1.13.1 (unstable)" "Linux System Administration"
+.TH RSYSLOGD 8 "21 June 2007" "Version 1.13.5 (devel)" "Linux System Administration"
.SH NAME
rsyslogd \- reliable and extended syslogd
.SH SYNOPSIS
@@ -37,8 +37,9 @@ rsyslogd \- reliable and extended syslogd
.I domainlist
]
.RB [ " \-t "
-.I port
+.I port,max-nbr-of-sessions
]
+.br
.RB [ " \-v " ]
.RB [ " \-w " ]
.LP
@@ -192,11 +193,13 @@ is specified and the host logging resolves to satu.infodrom.north.de
no domain would be cut, you will have to specify two domains like:
.BR "\-s north.de:infodrom.north.de" .
.TP
-.BI "\-t " "port"
+.BI "\-t " "port,max-nbr-of-sessions"
Activates the syslog/tcp listener service. The listener will listen to
-the specified port. Please note that syslog/tcp is not standardized,
+the specified port. If max-nbr-of-sessions is specified, that becomes
+the maximum number of concurrent tcp sessions. If not specified, the
+default is 200. Please note that syslog/tcp is not standardized,
but the implementation in rsyslogd follows common practice and is
-compatible with e.G. Cisco PIX, syslog-ng and MonitorWare (Windows).
+compatible with e.g. Cisco PIX, syslog-ng and MonitorWare (Windows).
.TP
.B "\-v"
Print version and exit.