mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
bce86e075f
Provide a man-page for the false command. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
28 lines
293 B
ReStructuredText
28 lines
293 B
ReStructuredText
false command
|
|
=============
|
|
|
|
Synopsis
|
|
--------
|
|
|
|
::
|
|
|
|
false
|
|
|
|
Description
|
|
-----------
|
|
|
|
The false command sets the return value $? to 1 (false).
|
|
|
|
Example
|
|
-------
|
|
|
|
::
|
|
|
|
=> false; echo $?
|
|
1
|
|
=>
|
|
|
|
Configuration
|
|
-------------
|
|
|
|
The false command is only available if CONFIG_HUSH_PARSER=y.
|