u-boot/doc/usage/cmd/false.rst
Heinrich Schuchardt 60971e63e6 doc: create index entries for commands
Add the description of CLI commands to the generated index.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2024-01-17 08:40:19 +01:00

31 lines
332 B
ReStructuredText

.. index::
single: false (command)
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.