From 5335f8d25b2f39b9dd954981364f3cddde01895f Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 24 Oct 2025 11:22:09 -0600 Subject: [PATCH] doc/usage: Add a reference to General rules for commands For clarity, add a reference link to the start of the section on command documentation that all commands follow some general rules. Signed-off-by: Tom Rini --- doc/usage/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/usage/index.rst b/doc/usage/index.rst index 5dbc0fc4910..6f477b842ca 100644 --- a/doc/usage/index.rst +++ b/doc/usage/index.rst @@ -21,6 +21,9 @@ Use U-Boot Shell commands -------------- +For all commands in U-Boot there are some :ref:`usage/cmdline:General rules` +that apply. + .. toctree:: :maxdepth: 1 :glob: -- 2.47.3