[PATCH] Documentation: Typo fix in command example

Jules Maselbas jmaselbas at kalray.eu
Wed Sep 8 01:41:14 PDT 2021


On Tue, Sep 07, 2021 at 03:01:31PM +0200, Jules Maselbas wrote:
> 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``
I think that should be: ``make images/<entry-function-name>.pbl.s`` as
mentioned in images/Makefile







More information about the barebox mailing list