diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-21 10:07:26 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-21 10:07:26 +0000 |
commit | 3e22b60c70d04d5bce245103de7d2aafc43d3f05 (patch) | |
tree | 340e3043bae08ef1d43b4a428b8d01fb1ac0651d /rsyslogd.8 | |
parent | 34ce52d74e8a7053353825ee043f704c6868a855 (diff) | |
download | rsyslog-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.8 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |