]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: fix code-block syntax errors
authorQuentin Young <qlyoung@cumulusnetworks.com>
Sun, 28 Oct 2018 02:07:09 +0000 (02:07 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Sun, 28 Oct 2018 02:07:09 +0000 (02:07 +0000)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
doc/developer/building-frr-for-centos6.rst

index 5f9ce705f222a6a283487993bc419b2ab6e95c14..c57573cb9fe2ea7357ae5dbc1b933b7879f8d7a0 100644 (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