diff mbox series

qemu.rst: parsing of the code-block was not done

Message ID 20260226180845.6135-1-jan.vermaete@gmail.com
State New
Headers show
Series qemu.rst: parsing of the code-block was not done | expand

Commit Message

Jan Vermaete Feb. 26, 2026, 6:08 p.m. UTC
Because the '::' at the previous line starts a literal block.

Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
---
 documentation/dev-manual/qemu.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/documentation/dev-manual/qemu.rst b/documentation/dev-manual/qemu.rst
index e40660a96..514a72fc5 100644
--- a/documentation/dev-manual/qemu.rst
+++ b/documentation/dev-manual/qemu.rst
@@ -54,7 +54,7 @@  available. Follow these general steps to run QEMU:
    depends on how you installed QEMU:
 
    -  If you followed :doc:`/dev-manual/start`, either use ``bitbake-setup`` or source
-      the environment setup script manually::
+      the environment setup script manually:
 
       .. code-block:: console