diff mbox series

[1/1] doc: fix heading level of itest examples

Message ID 20240701204242.6036-1-heinrich.schuchardt@canonical.com
State Accepted, archived
Commit 0250f84d3a1afc41f372d5e14ad9ddbfb642c9ce
Delegated to: Heinrich Schuchardt
Headers show
Series [1/1] doc: fix heading level of itest examples | expand

Commit Message

Heinrich Schuchardt July 1, 2024, 8:42 p.m. UTC
The Examples section should be on the second heading level.

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

Comments

Simon Glass July 2, 2024, 3:51 p.m. UTC | #1
On Mon, 1 Jul 2024 at 21:43, Heinrich Schuchardt
<heinrich.schuchardt@canonical.com> wrote:
>
> The Examples section should be on the second heading level.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
> ---
>  doc/usage/cmd/itest.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

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):