diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-11 13:01:35 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-11 13:01:35 +0000 |
commit | d219b5ee742984ad17f520ca5913840dbe51ff81 (patch) | |
tree | 930b4eed372996b8ccaf581e16b4f5a6a476e7f8 | |
parent | b97d794161b0845681b25e6d55a1867b5342fb44 (diff) | |
download | rsyslog-d219b5ee742984ad17f520ca5913840dbe51ff81.tar.gz rsyslog-d219b5ee742984ad17f520ca5913840dbe51ff81.tar.xz rsyslog-d219b5ee742984ad17f520ca5913840dbe51ff81.zip |
doc fixes thanks to Peter Vrabec
-rw-r--r-- | doc/rsconf1_actionexeconlywhenpreviousissuspended.html (renamed from doc/rsconf1_actionexeconlyifpreviousissuspended.html) | 2 | ||||
-rw-r--r-- | doc/rsyslog_conf.html | 2 | ||||
-rw-r--r-- | rsyslogd.8 | 7 |
3 files changed, 3 insertions, 8 deletions
diff --git a/doc/rsconf1_actionexeconlyifpreviousissuspended.html b/doc/rsconf1_actionexeconlywhenpreviousissuspended.html index 2568ccfb..3f18e243 100644 --- a/doc/rsconf1_actionexeconlyifpreviousissuspended.html +++ b/doc/rsconf1_actionexeconlywhenpreviousissuspended.html @@ -3,7 +3,7 @@ <title>rsyslog.conf file</title> </head> <body> -<h2>$ActionExecOnlyIfPreviousIsSuspended</h2> +<h2>$ActionExecOnlyWhenPreviousIsSuspended</h2> <p><b>Type:</b> global configuration directive</p> <p><b>Default:</b> off</p> <p><b>Description:</b></p> diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index f2b2f6ba..63f92d6e 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -33,7 +33,7 @@ development and quite unstable...). So you have been warned ;)</p> - many parameter settings modify queue parameters. If in doubt, use the default, it is usually well-chosen and applicable in most cases.</p> <ul> - <li><a href="rsconf1_actionexeconlyifpreviousissuspended.html">$ActionExecOnlyIfPreviousIsSuspended</a></li> + <li><a href="rsconf1_actionexeconlywhenpreviousissuspended.html">$ActionExecOnlyWhenPreviousIsSuspended</a></li> <li>$ActionQueueCheckpointInterval <number></li> <li>$ActionQueueDequeueSlowdown <number> [number is timeout in <i> micro</i>seconds (1000000us is 1sec!), default 0 (no delay). Simple @@ -250,15 +250,10 @@ will be reread and the .BR rsyslog (3) facility is started again. .TP -.B SIGTERM +.B SIGTERM ", " SIGINT ", " SIGQUIT .B Rsyslogd will die. .TP -.BR SIGINT ", " SIGQUIT -If debugging is enabled these are ignored, otherwise -.B rsyslogd -will die. -.TP .B SIGUSR1 Switch debugging on/off. This option can only be used if .B rsyslogd |