]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: Fix borked up syntax for static-linking 5795/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 14 Feb 2020 19:11:18 +0000 (14:11 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 14 Feb 2020 19:18:38 +0000 (14:18 -0500)
Fix documentation such that it is displayed as intended.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
doc/developer/static-linking.rst

index bc33207b38519c53b9e0557d54a492636611694b..1e45c48dc3d18aa58969c1cacae5c54197dbc3f9 100644 (file)
@@ -10,7 +10,7 @@ likely to be present on a given platform - libfrr and libyang. The resultant
 binaries should still be fairly portable. For example, here is the DSO
 dependency list for `bgpd` after using these steps:
 
-.. code-block::
+.. code-block:: shell
 
    $ ldd bgpd
         linux-vdso.so.1 (0x00007ffe3a989000)
@@ -56,7 +56,7 @@ usable for our purposes. So download ``libpcre`` from
 `SourceForge <https://sourceforge.net/projects/pcre/>`_, and build it
 like this:
 
-.. code-block::
+.. code-block:: shell
 
    ./configure --with-pic
    make