diff options
| author | Heinrich Schuchardt <[email protected]> | 2022-10-07 20:51:35 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2022-10-10 16:34:25 +0200 |
| commit | c9704ce7eccc62f913e125852f47e0455fe9fb3c (patch) | |
| tree | 16417730c910b77be4f16ba357c8869c0ada1472 /doc/usage/cmd | |
| parent | c6db606dbb5ecb4480a9b83bab1a61800f556493 (diff) | |
doc: man-page for cls
Provide a man-page for the cls command.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'doc/usage/cmd')
| -rw-r--r-- | doc/usage/cmd/cls.rst | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/usage/cmd/cls.rst b/doc/usage/cmd/cls.rst new file mode 100644 index 00000000000..b5c43e0a2e6 --- /dev/null +++ b/doc/usage/cmd/cls.rst @@ -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. |
