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 <vic.lan@pica8.com>
This commit is contained in:
anlan_cs 2023-02-13 14:35:34 +08:00
parent 7809df2064
commit 0416ce1ca6
4 changed files with 7 additions and 8 deletions

View File

@ -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*.

View File

@ -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*.

View File

@ -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*.

View File

@ -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