diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-16 06:02:20 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-16 06:02:20 +0000 |
commit | 34d93b8dd0e4a95b681020fe6e9873a3d27946f9 (patch) | |
tree | 97e33015c34e671779f248baa3650abcd337fc67 /rsyslogd.8 | |
parent | 3ec8bd2bba788f7a52e3d4dcc7d4a9a64ba6e0c1 (diff) | |
download | rsyslog-34d93b8dd0e4a95b681020fe6e9873a3d27946f9.tar.gz rsyslog-34d93b8dd0e4a95b681020fe6e9873a3d27946f9.tar.xz rsyslog-34d93b8dd0e4a95b681020fe6e9873a3d27946f9.zip |
reflected new semantics of -e option
Diffstat (limited to 'rsyslogd.8')
-rw-r--r-- | rsyslogd.8 | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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 "03 July 2007" "Version 1.14.2 (devel)" "Linux System Administration" +.TH RSYSLOGD 8 "17 July 2007" "Version 1.16.1 (devel)" "Linux System Administration" .SH NAME rsyslogd \- reliable and extended syslogd .SH SYNOPSIS @@ -145,11 +145,8 @@ foreground and write much debug information on the current tty. See the DEBUGGING section for more information. .TP .B "\-e" -Turns on delivery of every message (e like "every"). Without this -option, rsyslog tries to suppress what seems to be duplicate messages. -This is done by stock syslogd and rsyslogd mimics this behaviour for -best compatibility. In many cases, however, one would like to see all -messages on remote hosts. In this case, turn on the -e option. +Set the default of $RepeatedMsgReduction config option to "off". +Hine: "e" like "every message". For further information, see there. .TP .BI "\-f " "config file" Specify an alternative configuration file instead of |