diff mbox series

[1/1] doc: missing :: in doc/usage/cmd/itest.rst

Message ID 20240328201654.15148-1-heinrich.schuchardt@canonical.com
State Accepted, archived
Commit d417260aab89d51d781b7956d79e8c3d36af2032
Delegated to: Heinrich Schuchardt
Headers show
Series [1/1] doc: missing :: in doc/usage/cmd/itest.rst | expand

Commit Message

Heinrich Schuchardt March 28, 2024, 8:16 p.m. UTC
Add :: for correct formatting of example.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 doc/usage/cmd/itest.rst | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/doc/usage/cmd/itest.rst b/doc/usage/cmd/itest.rst
index ab933db760d..9c307fb4bf4 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