summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-24 10:15:07 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-24 10:15:07 +0200
commit2533c07a709d16f496f6ec6c5deee02784e242a9 (patch)
treefca62f18938377c8e5d95df28ea921015c9424e5
parenteece1c3cd1c7379fbfabaa75444b0b5275a0886b (diff)
parent11cda87ededbed4441916a29fec3a3a75d7eb87c (diff)
downloadrsyslog-2533c07a709d16f496f6ec6c5deee02784e242a9.tar.gz
rsyslog-2533c07a709d16f496f6ec6c5deee02784e242a9.tar.xz
rsyslog-2533c07a709d16f496f6ec6c5deee02784e242a9.zip
Merge branch 'v4-stable' into beta
-rw-r--r--tools/rsyslogd.84
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/rsyslogd.8 b/tools/rsyslogd.8
index 7abcf97a..7d4b5e03 100644
--- a/tools/rsyslogd.8
+++ b/tools/rsyslogd.8
@@ -234,14 +234,14 @@ reacts to a set of signals. You may easily send a signal to
using the following:
.IP
.nf
-kill -SIGNAL $(cat /var/run/syslogd.pid)
+kill -SIGNAL $(cat /var/run/rsyslogd.pid)
.fi
.PP
Note that -SIGNAL must be replaced with the actual signal
you are trying to send, e.g. with HUP. So it then becomes:
.IP
.nf
-kill -HUP $(cat /var/run/syslogd.pid)
+kill -HUP $(cat /var/run/rsyslogd.pid)
.fi
.PP
.TP