mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-29 22:51:49 +01:00
doc: man-page for cls
Provide a man-page for the cls command. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
c6db606dbb
commit
c9704ce7ec
26
doc/usage/cmd/cls.rst
Normal file
26
doc/usage/cmd/cls.rst
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
.. SPDX-License-Identifier: GPL-2.0+
|
||||||
|
|
||||||
|
cls command
|
||||||
|
===========
|
||||||
|
|
||||||
|
Synopsis
|
||||||
|
--------
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
cls
|
||||||
|
|
||||||
|
Description
|
||||||
|
-----------
|
||||||
|
|
||||||
|
The cls command clears the screen.
|
||||||
|
|
||||||
|
Configuration
|
||||||
|
-------------
|
||||||
|
|
||||||
|
The cls command is only available if CONFIG_CMD_CLS=y.
|
||||||
|
|
||||||
|
Return value
|
||||||
|
------------
|
||||||
|
|
||||||
|
The return value $? is 0 (true) on success and 1 (false) on failure.
|
||||||
@ -32,6 +32,7 @@ Shell commands
|
|||||||
cmd/button
|
cmd/button
|
||||||
cmd/bootz
|
cmd/bootz
|
||||||
cmd/cbsysinfo
|
cmd/cbsysinfo
|
||||||
|
cmd/cls
|
||||||
cmd/conitrace
|
cmd/conitrace
|
||||||
cmd/cyclic
|
cmd/cyclic
|
||||||
cmd/dm
|
cmd/dm
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user