doc: describe the false command
Provide a man-page for the false command. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
a03185a3ec
commit
bce86e075f
28
doc/usage/false.rst
Normal file
28
doc/usage/false.rst
Normal file
@ -0,0 +1,28 @@
|
||||
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.
|
@ -19,6 +19,7 @@ Shell commands
|
||||
button
|
||||
echo
|
||||
exit
|
||||
false
|
||||
for
|
||||
loady
|
||||
mbr
|
||||
|
Loading…
Reference in New Issue
Block a user