Blame SOURCES/rsyslog-8.24.0-rhbz1597264-man-page-fix.patch

f656cf
diff --git a/tools/rsyslogd.8 b/tools/rsyslogd.8
f656cf
index 77d0f97..d9a2e32 100644
f656cf
--- a/tools/rsyslogd.8
f656cf
+++ b/tools/rsyslogd.8
f656cf
@@ -127,14 +127,14 @@ reacts to a set of signals.  You may easily send a signal to
f656cf
 using the following:
f656cf
 .IP
f656cf
 .nf
f656cf
-kill -SIGNAL $(cat /var/run/rsyslogd.pid)
f656cf
+kill -SIGNAL $(cat /var/run/syslogd.pid)
f656cf
 .fi
f656cf
 .PP
f656cf
 Note that -SIGNAL must be replaced with the actual signal
f656cf
 you are trying to send, e.g. with HUP. So it then becomes:
f656cf
 .IP
f656cf
 .nf
f656cf
-kill -HUP $(cat /var/run/rsyslogd.pid)
f656cf
+kill -HUP $(cat /var/run/syslogd.pid)
f656cf
 .fi
f656cf
 .PP
f656cf
 .TP
f656cf
@@ -215,7 +215,7 @@ for exact information.
f656cf
 .I /dev/log
f656cf
 The Unix domain socket to from where local syslog messages are read.
f656cf
 .TP
f656cf
-.I /var/run/rsyslogd.pid
f656cf
+.I /var/run/syslogd.pid
f656cf
 The file containing the process id of 
f656cf
 .BR rsyslogd .
f656cf
 .TP