projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f074209
)
doc: return value exception command
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Wed, 27 Jan 2021 20:19:12 +0000
(21:19 +0100)
committer
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Thu, 4 Feb 2021 19:36:06 +0000
(20:36 +0100)
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>
doc/usage/exception.rst
patch
|
blob
|
history
diff --git
a/doc/usage/exception.rst
b/doc/usage/exception.rst
index
412a03b
..
db1490f
100644
(file)
--- 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).