forked from OERV-BSP/u-boot
doc: document test command
Add documentation for the test command, including the newly added =~ operator and some gotchas wrt. the numeric comparisons. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Rasmus Villemoes <ravi@prevas.dk>
This commit is contained in:
committed by
Tom Rini
parent
de6e54d74d
commit
6990cc5257
@@ -144,8 +144,9 @@ Configuration
|
||||
|
||||
* The *setexpr* command is only available if CMD_SETEXPR=y.
|
||||
* The *setexpr fmt* sub-command is only available if CMD_SETEXPR_FMT=y.
|
||||
* The *setexpr gsub* and *setexpr sub* sub-commands are only available if
|
||||
CONFIG_REGEX=y.
|
||||
* The *setexpr gsub* and *setexpr sub* sub-commands are only available
|
||||
if CONFIG_REGEX=y. For an overview of the supported regex syntax,
|
||||
see :doc:`test`.
|
||||
|
||||
Return value
|
||||
------------
|
||||
|
||||
Reference in New Issue
Block a user