]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: missing :: in doc/usage/cmd/itest.rst
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 28 Mar 2024 20:16:54 +0000 (21:16 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 8 Apr 2024 11:00:59 +0000 (13:00 +0200)
Add :: for correct formatting of example.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
doc/usage/cmd/itest.rst

index ab933db760df23ef455ad23667d97b15f45f323f..9c307fb4bf4ce163eef908953e68c4ac9c020b5d 100644 (file)
@@ -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