]> git.proxmox.com Git - mirror_frr.git/commitdiff
doc: fix sphinx warnings
authorMark Stapp <mjs@voltanet.io>
Tue, 12 Jan 2021 18:31:07 +0000 (13:31 -0500)
committerMark Stapp <mjs@voltanet.io>
Tue, 12 Jan 2021 18:31:07 +0000 (13:31 -0500)
Fix a couple of sphinx source processing warnings.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
doc/developer/logging.rst
doc/developer/tracing.rst

index 2f2444373c842d23378bdeccae0493a771a0812e..cf3aa8d17f0741cee84eb3a8fc3813b26f130c04 100644 (file)
@@ -83,7 +83,7 @@ Extensions
 +-----------+--------------------------+----------------------------------------------+
 | ``%pNHs`` | ``struct nexthop *``     | ``1.2.3.4 if 15``                            |
 +-----------+--------------------------+----------------------------------------------+
-| ``%pFX``  + ``struct bgp_dest *``    | ``fe80::1234/64`` available in BGP only      |
+| ``%pFX``  | ``struct bgp_dest *``    | ``fe80::1234/64`` (available in BGP only)    |
 +-----------+--------------------------+----------------------------------------------+
 
 Printf features like field lengths can be used normally with these extensions,
index ee0a6be008d2d4e2ee7c5a54d05837200ff90e78..d54f6c7aaa8c9144ad8b05cd4f3ab07f66f1fc15 100644 (file)
@@ -57,7 +57,7 @@ run the target in non-forking mode (no ``-d``) and use LTTng as usual (refer to
 LTTng user manual). When using USDT probes with LTTng, follow the example in
 `this article
 <https://lttng.org/blog/2019/10/15/new-dynamic-user-space-tracing-in-lttng/>`_.
-To trace with dtrace or SystemTap, compile with :option:`--enable-usdt=yes` and
+To trace with dtrace or SystemTap, compile with `--enable-usdt=yes` and
 use your tracer as usual.
 
 To see available USDT probes::