[PATCH] Documentation: Typo fix in command example

Jules Maselbas jmaselbas at kalray.eu
Tue Sep 7 06:01:31 PDT 2021


The ``make`` command is missing a closing angle bracket ``>``.

Signed-off-by: Jules Maselbas <jmaselbas at kalray.eu>
---
 Documentation/user/multi-image.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/user/multi-image.rst b/Documentation/user/multi-image.rst
index 0a7bf91a55..374b79f91b 100644
--- a/Documentation/user/multi-image.rst
+++ b/Documentation/user/multi-image.rst
@@ -51,4 +51,4 @@ generated a different entry point is selected using the ``-e`` option to ld.
 The linker will throw away all unused entry points and only keep the functions
 used by a particular entry point.
 
-The Multi Image PBL files can be disassembled with ``make <entry-function-name.pbl.S``
+The Multi Image PBL files can be disassembled with ``make <entry-function-name>.pbl.S``
-- 
2.17.1




More information about the barebox mailing list