]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: add reference to itest in if man-page
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 22 Mar 2024 07:57:31 +0000 (08:57 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 27 Mar 2024 08:30:07 +0000 (09:30 +0100)
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

index 6b3dbe7b0a050aca443d66896b65d1becff1011c..813f903a8d833748f94f0b58232726135a5723ad 100644 (file)
@@ -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.
 
 ::