]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: cosmetic: fwu_updates: Fix formatting
authorLeonard Anderweit <l.anderweit@phytec.de>
Fri, 13 Dec 2024 10:20:24 +0000 (11:20 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 15 Dec 2024 01:11:13 +0000 (02:11 +0100)
Remove one of the double colon so ..code-block is used for formatting.

Signed-off-by: Leonard Anderweit <l.anderweit@phytec.de>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
doc/develop/uefi/fwu_updates.rst

index 51e8a28efe158d97a31cfe7bed1f8e908d4b7325..84713581459078f3067e77eef7db1ed736fb63d5 100644 (file)
@@ -170,7 +170,7 @@ build the tool, enable::
 
     CONFIG_TOOLS_MKEFICAPSULE=y
 
-Run the following commands to generate the accept/revert capsules::
+Run the following commands to generate the accept/revert capsules:
 
 .. code-block:: bash
 
@@ -180,7 +180,7 @@ Run the following commands to generate the accept/revert capsules::
       <capsule_file_name>
 
 Some examples of using the mkeficapsule tool for generation of the
-empty capsule would be::
+empty capsule would be:
 
 .. code-block:: bash