diff mbox

[6/6] manual/adding-packages-tips.txt: reword part about package name

Message ID 1395353250-9475-7-git-send-email-jerzy.grzegorek@trzebnica.net
State Accepted
Commit 74af345cff8a98bbabad6b33ef124a1fe2eb1a99
Headers show

Commit Message

Jerzy Grzegorek March 20, 2014, 10:07 p.m. UTC
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 docs/manual/adding-packages-tips.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yann E. MORIN March 20, 2014, 11:19 p.m. UTC | #1
Jerzy, All,

On 2014-03-20 23:07 +0100, Jerzy Grzegorek spake thusly:
> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>

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

Regards,
Yann E. MORIN.

> ---
>  docs/manual/adding-packages-tips.txt |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/manual/adding-packages-tips.txt b/docs/manual/adding-packages-tips.txt
> index 73c25be..ceaba8e 100644
> --- a/docs/manual/adding-packages-tips.txt
> +++ b/docs/manual/adding-packages-tips.txt
> @@ -31,7 +31,7 @@ using the following rules:
>    +BR2_PACKAGE_FOO_BAR_BOO+);
>  
>  * the +*.mk+ file variable prefix is the upper case _package name_
> -  `.` and `-` characters substituted with `_` (e.g.:
> +  with `.` and `-` characters substituted with `_` (e.g.:
>    +FOO_BAR_BOO_VERSION+).
>  
>  
> -- 
> 1.7.9.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox

Patch

diff --git a/docs/manual/adding-packages-tips.txt b/docs/manual/adding-packages-tips.txt
index 73c25be..ceaba8e 100644
--- a/docs/manual/adding-packages-tips.txt
+++ b/docs/manual/adding-packages-tips.txt
@@ -31,7 +31,7 @@  using the following rules:
   +BR2_PACKAGE_FOO_BAR_BOO+);
 
 * the +*.mk+ file variable prefix is the upper case _package name_
-  `.` and `-` characters substituted with `_` (e.g.:
+  with `.` and `-` characters substituted with `_` (e.g.:
   +FOO_BAR_BOO_VERSION+).