From: Donald Sharp Date: Fri, 14 Feb 2020 19:11:18 +0000 (-0500) Subject: doc: Fix borked up syntax for static-linking X-Git-Tag: base_7.4~340^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=6f29169e06efb307f7f687b6f2c5d36b1edfa132;p=matthieu%2Ffrr.git doc: Fix borked up syntax for static-linking Fix documentation such that it is displayed as intended. Signed-off-by: Donald Sharp --- diff --git a/doc/developer/static-linking.rst b/doc/developer/static-linking.rst index bc33207b38..1e45c48dc3 100644 --- a/doc/developer/static-linking.rst +++ b/doc/developer/static-linking.rst @@ -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 `_, and build it like this: -.. code-block:: +.. code-block:: shell ./configure --with-pic make