doc: complete setexpr configuration information
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 27 Jan 2023 21:00:30 +0000 (22:00 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 10 Feb 2023 12:05:39 +0000 (13:05 +0100)
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>
doc/usage/cmd/setexpr.rst

index 2e511b1..4d19fa3 100644 (file)
@@ -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
 ------------