From: Heinrich Schuchardt Date: Tue, 16 May 2023 05:45:05 +0000 (+0200) Subject: doc: fix loady man-page X-Git-Tag: v2023.07~34^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f37513c3adbf1ce058dbc567fbf015791fccb920;p=platform%2Fkernel%2Fu-boot.git doc: fix loady man-page * loady may return $? = 1. * Move misplaced description Signed-off-by: Heinrich Schuchardt --- diff --git a/doc/usage/cmd/loady.rst b/doc/usage/cmd/loady.rst index 718af6e..3f8227e 100644 --- a/doc/usage/cmd/loady.rst +++ b/doc/usage/cmd/loady.rst @@ -56,6 +56,9 @@ file transfer. 6165f => +Transfer can be cancelled by pressing 3 times after two seconds +of inactivity on terminal. + Configuration ------------- @@ -65,10 +68,7 @@ Initial timeout in seconds while waiting for transfer is configured by config option CMD_LOADXY_TIMEOUT or by env variable $loadxy_timeout. Setting it to 0 means infinite timeout. -Transfer can be cancelled by pressing 3 times after two seconds -of inactivity on terminal. - Return value ------------ -The return value $? is always 0 (true). +The return value $? is 0 (true) on success, 1 (false) otherwise.