summaryrefslogtreecommitdiffstats
path: root/rfc3195d.8
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-10-14 07:07:35 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-10-14 07:07:35 +0000
commitbb0d1da6daeede6fc1236bff37814353ef5480ee (patch)
treedabac3c1913664a2fc56077ca107df80b39f5677 /rfc3195d.8
parent28ff893ce64e2a46b62fb517c268ed1785c009c2 (diff)
downloadrsyslog-bb0d1da6daeede6fc1236bff37814353ef5480ee.tar.gz
rsyslog-bb0d1da6daeede6fc1236bff37814353ef5480ee.tar.xz
rsyslog-bb0d1da6daeede6fc1236bff37814353ef5480ee.zip
added capability to specify listen port for rfc3195d
Diffstat (limited to 'rfc3195d.8')
-rw-r--r--rfc3195d.86
1 files changed, 6 insertions, 0 deletions
diff --git a/rfc3195d.8 b/rfc3195d.8
index 82ecbd32..b41d2932 100644
--- a/rfc3195d.8
+++ b/rfc3195d.8
@@ -10,6 +10,9 @@ rfc3195d \- RFC 3195 listener
.RB [ " \-p"
.IB socket
]
+.RB [ " \-r"
+.IB port
+]
.RB [ " \-v " ]
.LP
.SH DESCRIPTION
@@ -45,6 +48,9 @@ time as the rsyslog project is continously being enhanced.
The socket the received messages are to be sent to. If not specified,
/dev/log3195 is used.
.TP
+.BI "\-r " "port"
+The listen port to use. If not specified, IANA-assigned port 601 is used.
+.TP
.B "\-d"
Turns on debug mode. In it, rfc3195d spits out diagnostic information
to stdout.