aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2011-04-26 16:04:31 +0200
committerPaul Menzel <paulepanter@users.sourceforge.net>2011-04-26 16:04:31 +0200
commitd7be16e86a60f2ae365d5dfc000c8e7756302069 (patch)
tree2862c617c4638b1964ff3d5db818e77c01b22e03
parent0e00471307750d59cd4c6fb48db88362c57cbb85 (diff)
downloadopenembedded-d7be16e86a60f2ae365d5dfc000c8e7756302069.tar.gz
doc: s:console/networking:console/network:
All recipes use and the table in the manual [1] documents the correct value as »console/network«. [1] http://docs.openembedded.org/usermanual/usermanual.html#section_variable Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rw-r--r--conf/documentation.conf2
-rw-r--r--docs/usermanual/reference/class_autotools.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/documentation.conf b/conf/documentation.conf
index f1abee076b..f98f3a9835 100644
--- a/conf/documentation.conf
+++ b/conf/documentation.conf
@@ -57,7 +57,7 @@ PR[doc] = "PR is the revision of the package (Package Revision). By default it i
PF[doc] = "Package name - Package version - Package revision (PN-PV-PR)"
P[doc] = "Package name - Package version (PN-PF)"
S[doc] = "Directory that holds the sources to build, WORKDIR/PN-PV by default. The 'make' or equivalent command is run from this directory."
-SECTION[doc] = "Section of the packages e.g. console/networking"
+SECTION[doc] = "Section of the packages e.g. console/network"
PRIORITY[doc] = "Importance of package, default values are 'optional' or 'needed'."
DESCRIPTION[doc] = "A small description of the package."
LICENSE[doc] = "The license of the resulting package e.g. GPL"
diff --git a/docs/usermanual/reference/class_autotools.xml b/docs/usermanual/reference/class_autotools.xml
index 248b66a116..1d62098037 100644
--- a/docs/usermanual/reference/class_autotools.xml
+++ b/docs/usermanual/reference/class_autotools.xml
@@ -18,7 +18,7 @@
HOMEPAGE = "http://netcat.sourceforge.net"
LICENSE = "GPLv2"
MAINTAINER = "Your name &lt;yname@example.com&gt;"
-SECTION = "console/networking"
+SECTION = "console/network"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/netcat/netcat-${PV}.tar.bz2"