[PATCH 0/1] doc: fix the "sb" command name

Hello!
I have found a trivial typo in U-Boot's documentation: the "sb" command was documented and indexed as "sbi". Patch follows.
Regards,
Olivier
Olivier L'Heureux (1): doc: sandbox: Fix the "sb" command name
doc/usage/cmd/sb.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
base-commit: c498b6cace9e0de45ea12146312f5a6f43a03a9b

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 https://docs.u-boot.org/en/latest/usage/cmd/sb.html 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 olivier.lheureux@mind.be --- doc/usage/cmd/sb.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
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 --------

On Wed, 4 Dec 2024 at 15:31, Olivier L'Heureux olivier.lheureux@mind.be wrote:
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 https://docs.u-boot.org/en/latest/usage/cmd/sb.html 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 olivier.lheureux@mind.be
doc/usage/cmd/sb.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
participants (2)
-
Olivier L'Heureux
-
Simon Glass