Commit 9d918e11 authored by Maxime Hadjinlian's avatar Maxime Hadjinlian Committed by Thomas Petazzoni
Browse files

manual: Add newline before block code



This won't change the output, it's only a style issue.

Signed-off-by: default avatarMaxime Hadjinlian <maxime.hadjinlian@gmail.com>
Acked-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 0514265b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -191,15 +191,19 @@ construct rather than repeating the +depends on+ statement on the
comment and other config options.

The general format of a dependency +comment+ for package foo is:

--------------------------
foo needs a toolchain w/ featA, featB, featC
--------------------------

for example:

--------------------------
aircrack-ng needs a toolchain w/ largefile, threads
--------------------------

or

--------------------------
crda needs a toolchain w/ threads
--------------------------
@@ -283,6 +287,7 @@ foo needs a Linux kernel to be built

If there is a dependency on both toolchain options and the Linux
kernel, use this format:

--------------------------
foo needs a toolchain w/ featA, featB, featC and a Linux kernel to be built
--------------------------