diff mbox series

[v2] binman: doc: fix reference tag placement for Logging section

Message ID 20230913161633.999542-1-massimo.pegorer+oss@gmail.com
State Accepted, archived
Delegated to: Heinrich Schuchardt
Headers show
Series [v2] binman: doc: fix reference tag placement for Logging section | expand

Commit Message

Massimo Pegorer Sept. 13, 2023, 4:16 p.m. UTC
Move BinmanLogging reference tag after section "Signing FIT container
with private key in an image" and just before section "Logging".
Remove meaningless line with incomplete sentence.

Fixes: 0f40e23fd22 ("binman: add documentation for binman sign option")
Signed-off-by: Massimo Pegorer <massimo.pegorer+oss@gmail.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
Changes in v2:
- Removed incomplete sentence (confirmed by Simon)

 tools/binman/binman.rst | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Simon Glass Sept. 14, 2023, 10:43 p.m. UTC | #1
On Wed, 13 Sept 2023 at 10:16, Massimo Pegorer
<massimo.pegorer+oss@gmail.com> wrote:
>
> Move BinmanLogging reference tag after section "Signing FIT container
> with private key in an image" and just before section "Logging".
> Remove meaningless line with incomplete sentence.
>
> Fixes: 0f40e23fd22 ("binman: add documentation for binman sign option")
> Signed-off-by: Massimo Pegorer <massimo.pegorer+oss@gmail.com>
> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
> Changes in v2:
> - Removed incomplete sentence (confirmed by Simon)
>
>  tools/binman/binman.rst | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
>

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

Patch

diff --git a/tools/binman/binman.rst b/tools/binman/binman.rst
index aeea33fddb..020988d955 100644
--- a/tools/binman/binman.rst
+++ b/tools/binman/binman.rst
@@ -1480,9 +1480,6 @@  as set in stone, so Binman will ensure it doesn't change. Without this feature,
 repacking an entry might cause it to disobey the original constraints provided
 when it was created.
 
- Repacking an image involves
-
-.. _`BinmanLogging`:
 
 Signing FIT container with private key in an image
 --------------------------------------------------
@@ -1501,6 +1498,7 @@  If you want to sign and replace FIT container in place::
 which will sign FIT container with private key and replace it immediately
 inside your image.
 
+.. _`BinmanLogging`:
 
 Logging
 -------