manual/adding-packages-tips.txt: reword part about package name
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Thu, 20 Mar 2014 22:07:30 +0000 (23:07 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 23 Mar 2014 19:54:34 +0000 (20:54 +0100)
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
docs/manual/adding-packages-tips.txt

index 73c25be015abf1cab12bf60c4a512a2923d379f6..ceaba8e0c22d0f10fe21d94cafa068b9d74cefc0 100644 (file)
@@ -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+).