diff mbox series

[2/2] doc: add reference to itest in if man-page

Message ID 20240322075731.33390-2-heinrich.schuchardt@canonical.com
State Accepted, archived
Commit d2fbe1fa29190fc1209364b3d5e33294009da9bd
Delegated to: Heinrich Schuchardt
Headers show
Series [1/2] doc: man-page for itest | expand

Commit Message

Heinrich Schuchardt March 22, 2024, 7:57 a.m. UTC
Add a cross reference to the itest command.

Fix a typo: %s/Example/Examples/.

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

Patch

diff --git a/doc/usage/cmd/if.rst b/doc/usage/cmd/if.rst
index 6b3dbe7b0a0..813f903a8d8 100644
--- a/doc/usage/cmd/if.rst
+++ b/doc/usage/cmd/if.rst
@@ -33,11 +33,11 @@  test statement
     $? becomes 0 (true) the statements after the **then** statement will
     be executed. Otherwise the statements after the **else** statement.
 
-Example
--------
+Examples
+--------
 
 The examples shows how the value of a numeric variable can be tested with
-**itest**.
+the :doc:`itest <itest>` command.
 
 ::