summaryrefslogtreecommitdiffstats
path: root/rsyslogd.8
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-21 10:07:26 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-21 10:07:26 +0000
commit3e22b60c70d04d5bce245103de7d2aafc43d3f05 (patch)
tree340e3043bae08ef1d43b4a428b8d01fb1ac0651d /rsyslogd.8
parent34ce52d74e8a7053353825ee043f704c6868a855 (diff)
downloadrsyslog-3e22b60c70d04d5bce245103de7d2aafc43d3f05.tar.gz
rsyslog-3e22b60c70d04d5bce245103de7d2aafc43d3f05.tar.xz
rsyslog-3e22b60c70d04d5bce245103de7d2aafc43d3f05.zip
made man page even more beginners-safe ;)
Diffstat (limited to 'rsyslogd.8')
-rw-r--r--rsyslogd.810
1 files changed, 5 insertions, 5 deletions
diff --git a/rsyslogd.8 b/rsyslogd.8
index 1690c3fe..03b8dd92 100644
--- a/rsyslogd.8
+++ b/rsyslogd.8
@@ -240,10 +240,10 @@ kill -SIGNAL $(cat /var/run/syslogd.pid)
.fi
.PP
Note that -SIGNAL must be replaced with the actual signal
-you are trying to send, e.g. with SIGHUP. So it then becomes:
+you are trying to send, e.g. with HUP. So it then becomes:
.IP
.nf
-kill -SIGHUP $(cat /var/run/syslogd.pid)
+kill -HUP $(cat /var/run/syslogd.pid)
.fi
.PP
.TP
@@ -257,18 +257,18 @@ will be reread and the
.BR rsyslog (3)
facility is started again.
.TP
-.B SIGTERM ", " SIGINT ", " SIGQUIT
+.B TERM ", " INT ", " QUIT
.B Rsyslogd
will die.
.TP
-.B SIGUSR1
+.B USR1
Switch debugging on/off. This option can only be used if
.B rsyslogd
is started with the
.B "\-d"
debug option.
.TP
-.B SIGCHLD
+.B CHLD
Wait for childs if some were born, because of wall'ing messages.
.LP
.SH SUPPORT FOR REMOTE LOGGING