diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-03-22 08:57:31 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-03-27 09:30:07 +0100 |
commit | d2fbe1fa29190fc1209364b3d5e33294009da9bd (patch) | |
tree | 696b459a9fb3da108807ee3490d09fc23cd952fb /doc/usage | |
parent | 1626ef246639d6893b8fa44a00765010a33a8889 (diff) | |
download | u-boot-d2fbe1fa29190fc1209364b3d5e33294009da9bd.tar.gz u-boot-d2fbe1fa29190fc1209364b3d5e33294009da9bd.tar.bz2 u-boot-d2fbe1fa29190fc1209364b3d5e33294009da9bd.zip |
doc: add reference to itest in if man-page
Add a cross reference to the itest command.
Fix a typo: %s/Example/Examples/.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc/usage')
-rw-r--r-- | doc/usage/cmd/if.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/usage/cmd/if.rst b/doc/usage/cmd/if.rst index 6b3dbe7b0a..813f903a8d 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. :: |