diff options
| author | Leonard Anderweit <[email protected]> | 2024-12-13 11:20:24 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2024-12-15 02:11:13 +0100 |
| commit | 55e8704402350d06e8ebf244515d96c36a3bacf5 (patch) | |
| tree | 17161fb42f1a072096a6428b6c4246ca06efb5cc /doc/develop | |
| parent | d8b0020ddecfcf0d993bcfd45314ba8785d09fb1 (diff) | |
doc: cosmetic: fwu_updates: Fix formatting
Remove one of the double colon so ..code-block is used for formatting.
Signed-off-by: Leonard Anderweit <[email protected]>
Acked-by: Ilias Apalodimas <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'doc/develop')
| -rw-r--r-- | doc/develop/uefi/fwu_updates.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/develop/uefi/fwu_updates.rst b/doc/develop/uefi/fwu_updates.rst index 51e8a28efe1..84713581459 100644 --- a/doc/develop/uefi/fwu_updates.rst +++ b/doc/develop/uefi/fwu_updates.rst @@ -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 |
