From: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Date: Thu, 28 Mar 2024 20:16:54 +0000 (+0100)
Subject: doc: missing :: in doc/usage/cmd/itest.rst
X-Git-Tag: v2025.01-rc5-pxa1908~598^2~12
X-Git-Url: http://git.dujemihanovic.xyz/img/static//%22brlog.php?a=commitdiff_plain;h=d417260aab89d51d781b7956d79e8c3d36af2032;p=u-boot.git

doc: missing :: in doc/usage/cmd/itest.rst

Add :: for correct formatting of example.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---

diff --git a/doc/usage/cmd/itest.rst b/doc/usage/cmd/itest.rst
index ab933db760..9c307fb4bf 100644
--- a/doc/usage/cmd/itest.rst
+++ b/doc/usage/cmd/itest.rst
@@ -86,6 +86,8 @@ Numbers will be truncated according to the postfix before comparing:
 Postfix .s causes a string compare. The string '0xa1234' is alphabetically
 smaller than '0xb'.
 
+::
+
     => if itest.s 0xa1234 < 0xb; then echo true; else echo false; fi
     true