mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
doc: fix loady man-page
* loady may return $? = 1. * Move misplaced description Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
a2c0e3595a
commit
f37513c3ad
1 changed files with 4 additions and 4 deletions
|
@ -56,6 +56,9 @@ file transfer.
|
||||||
6165f
|
6165f
|
||||||
=>
|
=>
|
||||||
|
|
||||||
|
Transfer can be cancelled by pressing 3 times <CTRL+C> after two seconds
|
||||||
|
of inactivity on terminal.
|
||||||
|
|
||||||
Configuration
|
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.
|
config option CMD_LOADXY_TIMEOUT or by env variable $loadxy_timeout.
|
||||||
Setting it to 0 means infinite timeout.
|
Setting it to 0 means infinite timeout.
|
||||||
|
|
||||||
Transfer can be cancelled by pressing 3 times <CTRL+C> after two seconds
|
|
||||||
of inactivity on terminal.
|
|
||||||
|
|
||||||
Return value
|
Return value
|
||||||
------------
|
------------
|
||||||
|
|
||||||
The return value $? is always 0 (true).
|
The return value $? is 0 (true) on success, 1 (false) otherwise.
|
||||||
|
|
Loading…
Reference in a new issue