diff mbox series

tools: binman: minor formatting fix in docs

Message ID 20230222205659.53199-1-ralph.siemsen@linaro.org
State Accepted
Commit abe2a16aa52ea21acb435e9f1d9c85f5ac4e7794
Headers show
Series tools: binman: minor formatting fix in docs | expand

Commit Message

Ralph Siemsen Feb. 22, 2023, 8:56 p.m. UTC
This should fix a rendering oddity when viewing the docs online at
https://u-boot.readthedocs.io/en/latest/develop/package/binman.html

Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org>
---
 tools/binman/binman.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Simon Glass Feb. 22, 2023, 9:20 p.m. UTC | #1
On Wed, 22 Feb 2023 at 13:57, Ralph Siemsen <ralph.siemsen@linaro.org> wrote:
>
> This should fix a rendering oddity when viewing the docs online at
> https://u-boot.readthedocs.io/en/latest/develop/package/binman.html
>
> Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org>
> ---
>  tools/binman/binman.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Simon Glass March 1, 2023, 8:14 p.m. UTC | #2
On Wed, 22 Feb 2023 at 13:57, Ralph Siemsen <ralph.siemsen@linaro.org> wrote:
>
> This should fix a rendering oddity when viewing the docs online at
> https://u-boot.readthedocs.io/en/latest/develop/package/binman.html
>
> Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org>
> ---
>  tools/binman/binman.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-dm, thanks!
diff mbox series

Patch

diff --git a/tools/binman/binman.rst b/tools/binman/binman.rst
index 03a99a19bc..0921e31878 100644
--- a/tools/binman/binman.rst
+++ b/tools/binman/binman.rst
@@ -393,9 +393,9 @@  system-library directory, replace the last line with:
 Running binman
 --------------
 
-Type::
+Type:
 
-.. code-block: bash
+.. code-block:: bash
 
    make NO_PYTHON=1 PREFIX=/ install
     binman build -b <board_name>