From: Heinrich Schuchardt Date: Wed, 27 Jan 2021 20:19:12 +0000 (+0100) Subject: doc: return value exception command X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=4038c6e8480b8bb6299a1c435e4e9a81f2a31233;p=u-boot.git 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 --- diff --git a/doc/usage/exception.rst b/doc/usage/exception.rst index 412a03ba0f..db1490f005 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).