mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
doc: complete setexpr configuration information
Add missing information to the configuration section of the setexpr man-page. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
fe34e163e0
commit
67835c2090
1 changed files with 4 additions and 1 deletions
|
@ -138,7 +138,10 @@ Example
|
|||
Configuration
|
||||
-------------
|
||||
|
||||
The setexpr gsub and sub operations are only available if CONFIG_REGEX=y.
|
||||
* 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.
|
||||
|
||||
Return value
|
||||
------------
|
||||
|
|
Loading…
Add table
Reference in a new issue