doc/manual: fix formatting slightly

Signed-off-by: Thierry GUIBERT <thierry.guibert@croix-rouge.fr>
[yann.morin.1998@free.fr: split off the previous patch by Thierry]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 4468f82885)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Yann E. MORIN 2023-04-16 14:28:41 +02:00 committed by Peter Korsgaard
parent 7e86856d69
commit 5c7130f970

View File

@ -49,9 +49,10 @@ Buildroot configuration. Refer to xref:customize[] for more details.
Before submitting patches for new boards it is recommended to test it by Before submitting patches for new boards it is recommended to test it by
building it using latest gitlab-CI docker container. To do this use building it using latest gitlab-CI docker container. To do this use
utils/docker-run script and inside it issue these commands: +utils/docker-run+ script and inside it issue these commands:
-------------------- --------------------
$ make +<boardname>_defconfig+ $ make <boardname>_defconfig
$ make $ make
-------------------- --------------------