mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-02-01 18:56:52 +00:00
doc: Fix borked up syntax for static-linking
Fix documentation such that it is displayed as intended. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
bf9735b240
commit
6f29169e06
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user