summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-24 10:14:56 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-24 10:14:56 +0200
commit11cda87ededbed4441916a29fec3a3a75d7eb87c (patch)
treee6a67252e6c823a186df4d1bde645835065fb531
parent2d548d56c2cb5c4018994a9e3bae306bdf35f38f (diff)
parent71c57cfa12a99c9ef8d461b5cf703706825d23fa (diff)
downloadrsyslog-11cda87ededbed4441916a29fec3a3a75d7eb87c.tar.gz
rsyslog-11cda87ededbed4441916a29fec3a3a75d7eb87c.tar.xz
rsyslog-11cda87ededbed4441916a29fec3a3a75d7eb87c.zip
Merge branch 'v3-stable' into v4-stable
-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