diff mbox

[6/9] manual: Add newline before block code

Message ID 1416068964-22529-6-git-send-email-maxime.hadjinlian@gmail.com
State Accepted
Headers show

Commit Message

Maxime Hadjinlian Nov. 15, 2014, 4:29 p.m. UTC
This won't change the output, it's only a style issue.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 docs/manual/adding-packages-directory.txt | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Yann E. MORIN Nov. 19, 2014, 10:21 p.m. UTC | #1
Maxime, All,

On 2014-11-15 17:29 +0100, Maxime Hadjinlian spake thusly:
> This won't change the output, it's only a style issue.
> 
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  docs/manual/adding-packages-directory.txt | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt
> index c145829..0ea03f9 100644
> --- a/docs/manual/adding-packages-directory.txt
> +++ b/docs/manual/adding-packages-directory.txt
> @@ -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
>  --------------------------
> -- 
> 2.1.3
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Thomas Petazzoni Nov. 22, 2014, 7:15 p.m. UTC | #2
Dear Maxime Hadjinlian,

On Sat, 15 Nov 2014 17:29:21 +0100, Maxime Hadjinlian wrote:
> This won't change the output, it's only a style issue.
> 
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  docs/manual/adding-packages-directory.txt | 5 +++++
>  1 file changed, 5 insertions(+)

Applied to master, thanks.

Thomas
diff mbox

Patch

diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt
index c145829..0ea03f9 100644
--- a/docs/manual/adding-packages-directory.txt
+++ b/docs/manual/adding-packages-directory.txt
@@ -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
 --------------------------