summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2024-07-01 22:42:42 +0200
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2024-07-14 09:56:24 +0200
commit0250f84d3a1afc41f372d5e14ad9ddbfb642c9ce (patch)
tree97dc8d479797fdafc7407c671668450ddc12e4fb
parentd2d9a6f666e098220050e0620835f780f2ce60cd (diff)
doc: fix heading level of itest examples
The Examples section should be on the second heading level. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--doc/usage/cmd/itest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/cmd/itest.rst b/doc/usage/cmd/itest.rst
index 9c307fb4bf4..adcad05b2d4 100644
--- a/doc/usage/cmd/itest.rst
+++ b/doc/usage/cmd/itest.rst
@@ -58,7 +58,7 @@ op
======== ======================
Examples
-========
+--------
The itest command sets the result variable $? to true (0) or false (1):