From 2ddb693491a18bbc4c6eda96ff6a89587dac6d66 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Thu, 30 Mar 2023 13:33:39 +0200 Subject: [PATCH] Trivial: formatting issue in the inventory docs Double ticks don't work if followed by a symbol without space. Change-Id: Ia455650b5e601dadb2b0ab91f71e1d9286d26071 --- doc/source/admin/how_it_works.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/admin/how_it_works.rst b/doc/source/admin/how_it_works.rst index 726156e6d..e4d63a2f2 100644 --- a/doc/source/admin/how_it_works.rst +++ b/doc/source/admin/how_it_works.rst @@ -191,7 +191,7 @@ fields: ``interfaces`` list of network interfaces with fields: ``name``, ``mac_address``, ``ipv4_address``, ``lldp``, ``vendor``, ``product``, and optionally - ``biosdevname``(BIOS given NIC name). If configuration option + ``biosdevname`` (BIOS given NIC name). If configuration option ``collect_lldp`` is set to True the ``lldp`` field will be populated by a list of type-length-value(TLV) fields retrieved using the Link Layer Discovery Protocol (LLDP).