[PATCH 1/1] doc: man-page for cls
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Fri Oct 7 20:54:04 CEST 2022
Provide a man-page for the cls command.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
doc/usage/cmd/cls.rst | 2 +-
doc/usage/index.rst | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/usage/cmd/cls.rst b/doc/usage/cmd/cls.rst
index 44204b32a1..b5c43e0a2e 100644
--- a/doc/usage/cmd/cls.rst
+++ b/doc/usage/cmd/cls.rst
@@ -18,7 +18,7 @@ The cls command clears the screen.
Configuration
-------------
-The cls command is only available if CONFIG_CLS=y.
+The cls command is only available if CONFIG_CMD_CLS=y.
Return value
------------
diff --git a/doc/usage/index.rst b/doc/usage/index.rst
index 0fda121026..d0641105ae 100644
--- a/doc/usage/index.rst
+++ b/doc/usage/index.rst
@@ -32,6 +32,7 @@ Shell commands
cmd/button
cmd/bootz
cmd/cbsysinfo
+ cmd/cls
cmd/conitrace
cmd/cyclic
cmd/dm
--
2.37.2
More information about the U-Boot
mailing list