mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-06 05:06:13 +02:00
doc: document true command
Create a man-page for the true command. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
a3ad3079c0
commit
9d4445bc6d
@ -24,3 +24,4 @@ Shell commands
|
||||
mbr
|
||||
pstore
|
||||
sbi
|
||||
true
|
||||
|
||||
28
doc/usage/true.rst
Normal file
28
doc/usage/true.rst
Normal file
@ -0,0 +1,28 @@
|
||||
true command
|
||||
============
|
||||
|
||||
Synopsis
|
||||
--------
|
||||
|
||||
::
|
||||
|
||||
true
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
The true command sets the return value $? to 0 (true).
|
||||
|
||||
Example
|
||||
-------
|
||||
|
||||
::
|
||||
|
||||
=> true; echo $?
|
||||
0
|
||||
=>
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
The true command is only available if CONFIG_HUSH_PARSER=y.
|
||||
Loading…
x
Reference in New Issue
Block a user