From: Olivier L'Heureux Date: Wed, 4 Dec 2024 22:31:00 +0000 (+0100) Subject: doc: sandbox: Fix the "sb" command name X-Git-Tag: v2025.04-rc1~69^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea958a0c7dbd8b0d9fb1bb97bc8f97b6910ab8f7;p=pandora-u-boot.git doc: sandbox: Fix the "sb" command name The command name was "sbi" instead of "sb" in "doc/usage/cmd/sb.rst", the file documenting the "sb" command. It is annoying, because the index in the left panel on the page shows no "sb" command, which makes difficult to navigate to the "sb" documentation. Fixed the command name: "sbi" -> "sb". Fixes: ec6d30649cd5 (doc: sandbox: Add docs for the sb command, 2024-10-28) Signed-off-by: Olivier L'Heureux Reviewed-by: Simon Glass --- diff --git a/doc/usage/cmd/sb.rst b/doc/usage/cmd/sb.rst index 37431aff7c8..6fe14629b8f 100644 --- a/doc/usage/cmd/sb.rst +++ b/doc/usage/cmd/sb.rst @@ -1,10 +1,10 @@ .. SPDX-License-Identifier: GPL-2.0+ .. index:: - single: sbi (command) + single: sb (command) -sbi command -=========== +sb command +========== Synopsis --------