summaryrefslogtreecommitdiff
path: root/doc/usage/cmd/setexpr.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/usage/cmd/setexpr.rst')
-rw-r--r--doc/usage/cmd/setexpr.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/usage/cmd/setexpr.rst b/doc/usage/cmd/setexpr.rst
index 5bc37ae50fc..96894a2754f 100644
--- a/doc/usage/cmd/setexpr.rst
+++ b/doc/usage/cmd/setexpr.rst
@@ -147,10 +147,3 @@ Configuration
* 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
-------------
-
-The return value $? is set to 0 (true) if the operation was successful.
-
-If an error occurs, the return value $? is set to 1 (false).