[PATCH] doc: cosmetic: fwu_updates: Fix formatting

Remove one of the double colon so ..code-block is used for formatting.
Signed-off-by: Leonard Anderweit l.anderweit@phytec.de --- doc/develop/uefi/fwu_updates.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/develop/uefi/fwu_updates.rst b/doc/develop/uefi/fwu_updates.rst index 51e8a28efe15..847135814590 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

On Fri, 13 Dec 2024 at 12:20, Leonard Anderweit l.anderweit@phytec.de wrote:
Remove one of the double colon so ..code-block is used for formatting.
Signed-off-by: Leonard Anderweit l.anderweit@phytec.de
doc/develop/uefi/fwu_updates.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/develop/uefi/fwu_updates.rst b/doc/develop/uefi/fwu_updates.rst index 51e8a28efe15..847135814590 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
-- 2.34.1
Acked-by: Ilias Apalodimas ilias.apalodimas@linaro.org

Am 13. Dezember 2024 11:20:24 MEZ schrieb Leonard Anderweit l.anderweit@phytec.de:
Remove one of the double colon so ..code-block is used for formatting.
Signed-off-by: Leonard Anderweit l.anderweit@phytec.de
Reviewed-by: Heinrich Schuchardt xypron.glpk@gmx.de
doc/develop/uefi/fwu_updates.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/develop/uefi/fwu_updates.rst b/doc/develop/uefi/fwu_updates.rst index 51e8a28efe15..847135814590 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
participants (3)
-
Heinrich Schuchardt
-
Ilias Apalodimas
-
Leonard Anderweit