diff options
author | Michael Biebl <biebel@debian.org> | 2009-06-24 10:14:23 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-24 10:14:23 +0200 |
commit | 71c57cfa12a99c9ef8d461b5cf703706825d23fa (patch) | |
tree | f6e77dbda98473cc90ed9e14de1b33b0f0104a26 | |
parent | bca66bc1399d1b9bcc370c64b5a8befb2244695d (diff) | |
download | rsyslog-71c57cfa12a99c9ef8d461b5cf703706825d23fa.tar.gz rsyslog-71c57cfa12a99c9ef8d461b5cf703706825d23fa.tar.bz2 rsyslog-71c57cfa12a99c9ef8d461b5cf703706825d23fa.zip |
minor doc bugfix: name of rsyslogd.pid corrected (was syslogd.pid)
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
-rw-r--r-- | tools/rsyslogd.8 | 4 |
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 |