From: Quentin Young Date: Sun, 28 Oct 2018 02:07:09 +0000 (+0000) Subject: doc: fix code-block syntax errors X-Git-Tag: frr-7.1-dev~203^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=009ca8cd2827acfe985f305156d72ca675878d3d;p=matthieu%2Ffrr.git doc: fix code-block syntax errors Signed-off-by: Quentin Young --- diff --git a/doc/developer/building-frr-for-centos6.rst b/doc/developer/building-frr-for-centos6.rst index 5f9ce705f2..c57573cb9f 100644 --- a/doc/developer/building-frr-for-centos6.rst +++ b/doc/developer/building-frr-for-centos6.rst @@ -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