diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-20 11:47:16 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-20 11:47:16 +0000 |
commit | d0382f92a90238a03ceccfe0625ae037979c68db (patch) | |
tree | b7e639fd65eb3da7d2bf0a0c1351f3bd9f76cee2 /rsyslogd.8 | |
parent | c8702fe1c96b47906255bb90bc1b30a489dd98a9 (diff) | |
download | rsyslog-d0382f92a90238a03ceccfe0625ae037979c68db.tar.gz rsyslog-d0382f92a90238a03ceccfe0625ae037979c68db.tar.xz rsyslog-d0382f92a90238a03ceccfe0625ae037979c68db.zip |
reflect new -r option behaviour
Diffstat (limited to 'rsyslogd.8')
-rw-r--r-- | rsyslogd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -36,7 +36,7 @@ rsyslogd \- reliable and extended syslogd ] .br .RB [ " \-r " -.I port +.I [port] ] .RB [ " \-s " .I domainlist @@ -200,7 +200,7 @@ machine. When specified, no local log socket is opened at all. You can specify an alternative unix domain socket instead of .IR /dev/log "." .TP -.BI "\-r " "port" +.BI "\-r " ["port"] Activates the syslog/udp listener service. The listener will listen to the specified port. Please note that a port must be specified in any case. This is different from @@ -208,7 +208,7 @@ the stock sysklogd package. If you would like to use the system's default port, specify 0 as the port number. That will result in an /etc/services lookup for the actual port number. If the "-r" option is not given, no syslog/udp listner -is available. +is available. If no port is provided, 0 is used as default .TP .BI "\-s " "domainlist" Specify a domainname that should be stripped off before |