summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorSimon Dawson <spdawson@gmail.com>2014-06-02 17:02:45 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-06-04 23:15:06 +0200
commit0fed833cb0b687505961fbcd683d9d41906e6028 (patch)
treed4ce055cacb1fd2fc44f67dec253a8aa9e71804c /docs/manual
parent3b8e4fb4aa4f7007396b00f0e37d1e6dcc4e0c1c (diff)
downloadbuildroot-0fed833cb0b687505961fbcd683d9d41906e6028.tar.gz
buildroot-0fed833cb0b687505961fbcd683d9d41906e6028.zip
manual: make consistent references to package metadata information
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>
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/adding-packages-directory.txt2
-rw-r--r--docs/manual/adding-packages-luarocks.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt
index f7352446c4..070718e2d5 100644
--- a/docs/manual/adding-packages-directory.txt
+++ b/docs/manual/adding-packages-directory.txt
@@ -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.
diff --git a/docs/manual/adding-packages-luarocks.txt b/docs/manual/adding-packages-luarocks.txt
index f307e4dca0..10137a8ef6 100644
--- a/docs/manual/adding-packages-luarocks.txt
+++ b/docs/manual/adding-packages-luarocks.txt
@@ -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.
OpenPOWER on IntegriCloud