From 71c57cfa12a99c9ef8d461b5cf703706825d23fa Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 24 Jun 2009 10:14:23 +0200 Subject: minor doc bugfix: name of rsyslogd.pid corrected (was syslogd.pid) Signed-off-by: Rainer Gerhards --- tools/rsyslogd.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/rsyslogd.8') 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 -- cgit