doc: fix code-block syntax errors

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2018-10-28 02:07:09 +00:00
parent 9b6a13adc4
commit 009ca8cd28

View File

@ -244,7 +244,7 @@ Load the modifed sysctl's on the system:
Add init.d startup files
^^^^^^^^^^^^^^^^^^^^^^^^
.. code-block::
.. code-block:: shell
sudo install -p -m 755 redhat/frr.init /etc/init.d/frr
sudo chkconfig --add frr
@ -252,13 +252,13 @@ Add init.d startup files
Enable FRR daemon at startup
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. code-block::
.. code-block:: shell
sudo chkconfig frr on
Start FRR manually (or reboot)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. code-block::
.. code-block:: shell
sudo /etc/init.d/frr start