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

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