From 0416ce1ca69a5dfb3b36ac15377b343d5556c269 Mon Sep 17 00:00:00 2001 From: anlan_cs Date: Mon, 13 Feb 2023 14:35:34 +0800 Subject: [PATCH] doc: correct the pid path for daemons Adjust doc: 1. Correct the pid path for daemons 2. Add empty line before `kill` command 3. Remove one useless line in "ripd.rst" Signed-off-by: anlan_cs --- doc/user/eigrpd.rst | 5 +++-- doc/user/pim.rst | 2 +- doc/user/pimv6.rst | 2 +- doc/user/ripd.rst | 6 ++---- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/doc/user/eigrpd.rst b/doc/user/eigrpd.rst index 3650792a3e..fa157c4659 100644 --- a/doc/user/eigrpd.rst +++ b/doc/user/eigrpd.rst @@ -41,8 +41,9 @@ running EIGRP is: Please note that *zebra* must be invoked before *eigrpd*. -To stop *eigrpd*, please use :: - kill `cat /var/run/eigrpd.pid` +To stop *eigrpd*, please use:: + + kill `cat /var/run/frr/eigrpd.pid` Certain signals have special meanings to *eigrpd*. diff --git a/doc/user/pim.rst b/doc/user/pim.rst index 5d849c7b8a..72471d7af0 100644 --- a/doc/user/pim.rst +++ b/doc/user/pim.rst @@ -40,7 +40,7 @@ Please note that *zebra* must be invoked before *pimd*. To stop *pimd* please use:: - kill `cat /var/run/pimd.pid` + kill `cat /var/run/frr/pimd.pid` Certain signals have special meanings to *pimd*. diff --git a/doc/user/pimv6.rst b/doc/user/pimv6.rst index 7fd2856001..856939038f 100644 --- a/doc/user/pimv6.rst +++ b/doc/user/pimv6.rst @@ -32,7 +32,7 @@ Please note that *zebra* must be invoked before *pim6d*. To stop *pim6d* please use:: - kill `cat /var/run/pim6d.pid` + kill `cat /var/run/frr/pim6d.pid` Certain signals have special meanings to *pim6d*. diff --git a/doc/user/ripd.rst b/doc/user/ripd.rst index 66bdd26f1a..5c60f4f4f1 100644 --- a/doc/user/ripd.rst +++ b/doc/user/ripd.rst @@ -40,7 +40,8 @@ sequence for running RIP is like below: Please note that *zebra* must be invoked before *ripd*. To stop *ripd*. Please use:: - kill `cat /var/run/ripd.pid` + + kill `cat /var/run/frr/ripd.pid` Certain signals have special meanings to *ripd*. @@ -93,9 +94,6 @@ RIP Configuration `no router rip` command. RIP must be enabled before carrying out any of the RIP commands. - - Disable RIP. - .. clicmd:: network NETWORK