mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 09:20:25 +00:00
doc: fix code-block syntax errors
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
9b6a13adc4
commit
009ca8cd28
@ -244,7 +244,7 @@ Load the modifed sysctl's on the system:
|
|||||||
Add init.d startup files
|
Add init.d startup files
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
.. code-block::
|
.. code-block:: shell
|
||||||
|
|
||||||
sudo install -p -m 755 redhat/frr.init /etc/init.d/frr
|
sudo install -p -m 755 redhat/frr.init /etc/init.d/frr
|
||||||
sudo chkconfig --add frr
|
sudo chkconfig --add frr
|
||||||
@ -252,13 +252,13 @@ Add init.d startup files
|
|||||||
Enable FRR daemon at startup
|
Enable FRR daemon at startup
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
.. code-block::
|
.. code-block:: shell
|
||||||
|
|
||||||
sudo chkconfig frr on
|
sudo chkconfig frr on
|
||||||
|
|
||||||
Start FRR manually (or reboot)
|
Start FRR manually (or reboot)
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
.. code-block::
|
.. code-block:: shell
|
||||||
|
|
||||||
sudo /etc/init.d/frr start
|
sudo /etc/init.d/frr start
|
||||||
|
Loading…
Reference in New Issue
Block a user