summaryrefslogtreecommitdiffstats
path: root/Documentation/user
diff options
context:
space:
mode:
authorJules Maselbas <jmaselbas@kalray.eu>2021-09-07 15:01:31 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-10-04 12:10:07 +0200
commit90583805dcd7745d2d3fbac5a95e70a3b11aaff2 (patch)
tree9aaf7cc110cb6cc419adf3d90634f50367a6ffba /Documentation/user
parent95874e48388935c53684832176f3fdf30f18dd4a (diff)
downloadbarebox-90583805dcd7745d2d3fbac5a95e70a3b11aaff2.tar.gz
barebox-90583805dcd7745d2d3fbac5a95e70a3b11aaff2.tar.xz
Documentation: Typo fix in command example
The ``make`` command is missing a closing angle bracket ``>``. Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu> Link: https://lore.barebox.org/20210907130131.26755-2-jmaselbas@kalray.eu Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/user')
-rw-r--r--Documentation/user/multi-image.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/user/multi-image.rst b/Documentation/user/multi-image.rst
index 727b98fe5a..3b37d13794 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 images/<entry-function-name>.pbl.S``