ソースを参照

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 4468f828859de1f4be82655d63e96d59e760db7d)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Yann E. MORIN 2 年 前
コミット
5c7130f970
1 ファイル変更3 行追加2 行削除
  1. 3 2
      docs/manual/adding-board-support.txt

+ 3 - 2
docs/manual/adding-board-support.txt

@@ -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
 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
 --------------------