manual: make consistent references to package metadata information
authorSimon Dawson <spdawson@gmail.com>
Mon, 2 Jun 2014 16:02:45 +0000 (17:02 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 4 Jun 2014 21:15:06 +0000 (23:15 +0200)
The de facto standard terminology in the manual appears to be "package
metadata information"; fix a couple of inconsistent references to package
"meta-information" and "meta information".

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
docs/manual/adding-packages-directory.txt
docs/manual/adding-packages-luarocks.txt

index f7352446c401b1579424590aa6634be1f3301293..070718e2d55e4d2cd5eac73937a7900a078cc284 100644 (file)
@@ -27,7 +27,7 @@ config BR2_PACKAGE_LIBFOO
          http://foosoftware.org/libfoo/
 ---------------------------
 
-The +bool+ line, +help+ line and other meta-information about the
+The +bool+ line, +help+ line and other metadata information about the
 configuration option must be indented with one tab. The help text
 itself should be indented with one tab and two spaces, and it must
 mention the upstream URL of the project.
index f307e4dca0731422b337b557966a5f1f24358244..10137a8ef6e15cdece5179c79414991465065bba 100644 (file)
@@ -57,7 +57,7 @@ infrastructures in Buildroot, respectively.
 
 The main macro of the LuaRocks package infrastructure is +luarocks-package+:
 like +generic-package+ it works by defining a number of variables providing
-meta information about the package, and then calling +luarocks-package+. It
+metadata information about the package, and then calling +luarocks-package+. It
 is worth mentioning that building LuaRocks packages for the host is not
 supported, so the macro +host-luarocks-package+ is not implemented.