diff options
author | Heinrich Schuchardt | 2021-01-27 21:19:12 +0100 |
---|---|---|
committer | Heinrich Schuchardt | 2021-02-04 20:36:06 +0100 |
commit | 4038c6e8480b8bb6299a1c435e4e9a81f2a31233 (patch) | |
tree | 49a4694fe91acea4c6432be489727c79125993df | |
parent | f074209ce9be3db081eb2223446ed45527b614e8 (diff) |
doc: return value exception command
If the exception cannot be raised, the command returns.
Currently the return values are not all the same.
Remove the sub-chapter 'Return value'
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
-rw-r--r-- | doc/usage/exception.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/usage/exception.rst b/doc/usage/exception.rst index 412a03ba0f3..db1490f0055 100644 --- a/doc/usage/exception.rst +++ b/doc/usage/exception.rst @@ -61,8 +61,3 @@ Examples pc = 0x56076dd1a0f9, pc_reloc = 0x540f9 resetting ... - -Return value ------------- - -The return value $? is always set to 0 (true). |