From: Heinrich Schuchardt Date: Fri, 27 Jan 2023 21:00:30 +0000 (+0100) Subject: doc: complete setexpr configuration information X-Git-Tag: baikal/mips/sdk5.8.2~5^2~51^2~20 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=21cf31db21c13e357757b72535f9f5fad93c0501;p=uboot.git doc: complete setexpr configuration information Add missing information to the configuration section of the setexpr man-page. Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- diff --git a/doc/usage/cmd/setexpr.rst b/doc/usage/cmd/setexpr.rst index 2e511b1290..4d19fa340d 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 ------------