summaryrefslogtreecommitdiffstats
path: root/rsyslogd.8
diff options
context:
space:
mode:
Diffstat (limited to 'rsyslogd.8')
-rw-r--r--rsyslogd.84
1 files changed, 2 insertions, 2 deletions
diff --git a/rsyslogd.8 b/rsyslogd.8
index 7a03cf16..1690c3fe 100644
--- a/rsyslogd.8
+++ b/rsyslogd.8
@@ -236,14 +236,14 @@ reacts to a set of signals. You may easily send a signal to
using the following:
.IP
.nf
-kill -SIGNAL `cat /var/run/rsyslogd.pid`
+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:
.IP
.nf
-kill -SIGHUP `cat /var/run/rsyslogd.pid`
+kill -SIGHUP $(cat /var/run/syslogd.pid)
.fi
.PP
.TP