diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-01-27 22:00:30 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-02-10 13:05:39 +0100 |
commit | 67835c20901c4286dae0553704fe43039d441dfe (patch) | |
tree | e84ccc9f9fa60e48c01ff4b8460838f72883051a /doc/usage | |
parent | fe34e163e0a6b77894c5d533fbfe6909a8bccfb3 (diff) | |
download | u-boot-67835c20901c4286dae0553704fe43039d441dfe.tar.gz |
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>
Diffstat (limited to 'doc/usage')
-rw-r--r-- | doc/usage/cmd/setexpr.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/usage/cmd/setexpr.rst b/doc/usage/cmd/setexpr.rst index 2e511b12905..4d19fa340d1 100644 --- a/doc/usage/cmd/setexpr.rst +++ b/doc/usage/cmd/setexpr.rst @@ -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 ------------ |