diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-29 15:28:25 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-29 15:28:25 +0200 |
commit | 4b613a4294e373301f3d8a3177d0ff993387f98d (patch) | |
tree | 41d08f0ca413adb0dd26563f1236a8258f1f0d5c /tools | |
parent | c3c385c63b627d559bdd7a7a710c543e9c16a20a (diff) | |
download | rsyslog-4b613a4294e373301f3d8a3177d0ff993387f98d.tar.gz rsyslog-4b613a4294e373301f3d8a3177d0ff993387f98d.tar.xz rsyslog-4b613a4294e373301f3d8a3177d0ff993387f98d.zip |
fixed some minor nits in preperation for 3.21.1
Diffstat (limited to 'tools')
-rw-r--r-- | tools/rsyslogd.8 | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/tools/rsyslogd.8 b/tools/rsyslogd.8 index 947102de..05905412 100644 --- a/tools/rsyslogd.8 +++ b/tools/rsyslogd.8 @@ -1,7 +1,7 @@ .\" Copyright 2004-2008 Rainer Gerhards and Adiscon for the rsyslog modifications .\" May be distributed under the GNU General Public License .\" -.TH RSYSLOGD 8 "11 July 2008" "Version 3.18.0" "Linux System Administration" +.TH RSYSLOGD 8 "29 July 2008" "Version 3.21.1" "Linux System Administration" .SH NAME rsyslogd \- reliable and extended syslogd .SH SYNOPSIS @@ -30,6 +30,9 @@ rsyslogd \- reliable and extended syslogd .RB [ " \-s " .I domainlist ] +.RB [ " \-u " +.I userlevel +] .RB [ " \-v " ] .RB [ " \-w " ] .RB [ " \-x " ] @@ -202,6 +205,18 @@ 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 "\-u " "userlevel" +This is a "catch all" option for some very seldomly-used user settings. +The "userlevel" variable selects multiple things. Add the specific values +to get the combined effect of them. +A value of 1 prevents rsyslogd from parsing hostnames and tags inside +messages. +A value of 2 prevents rsyslogd from changing to the root directory. This +is almost never a good idea in production use. This option was introduced +in support of the internal testbed. +To combine these two features, use a userlevel of 3 (1+2). Whenever you use +an -u option, make sure you really understand what you do and why you do it. +.TP .B "\-v" Print version and exit. .TP |