From 031305f8472be6e8eda7b130cb7409acf9a1984a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 22 Mar 2013 08:20:48 -0700 Subject: ref-manual: Edits to make section heads consistent capitalization Various section heading titles were not using capital letters for primary words. Fixed this up. (From yocto-docs rev: da15d2ac3d043a0296a51d1a9fac69e7b4229f75) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 5e35e8946c..1df0205371 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -27,7 +27,7 @@
- The base class - <filename>base.bbclass</filename> + The base Class - <filename>base.bbclass</filename> The base class is special in that every .bb @@ -134,7 +134,7 @@
- Binary config scripts - <filename>binconfig.bbclass</filename> + Binary Configuration Scripts - <filename>binconfig.bbclass</filename> Before pkg-config had become widespread, libraries shipped shell @@ -153,7 +153,7 @@
- Debian renaming - <filename>debian.bbclass</filename> + Debian Renaming - <filename>debian.bbclass</filename> This class renames packages so that they follow the Debian naming @@ -179,7 +179,7 @@
- Distribution of sources - <filename>src_distribute_local.bbclass</filename> + Distribution of Sources - <filename>src_distribute_local.bbclass</filename> Many software licenses require that source files be provided along with the binaries. @@ -210,7 +210,7 @@
- Perl modules - <filename>cpan.bbclass</filename> + Perl Modules - <filename>cpan.bbclass</filename> Recipes for Perl modules are simple. @@ -231,7 +231,7 @@
- Python extensions - <filename>distutils.bbclass</filename> + Python Extensions - <filename>distutils.bbclass</filename> Recipes for Python extensions are simple. @@ -350,7 +350,7 @@
- Building kernels - <filename>kernel.bbclass</filename> + Building Kernels - <filename>kernel.bbclass</filename> This class handles building Linux kernels. @@ -376,7 +376,7 @@
- Creating images - <filename>image.bbclass</filename> and <filename>rootfs*.bbclass</filename> + Creating Images - <filename>image.bbclass</filename> and <filename>rootfs*.bbclass</filename> These classes add support for creating images in several formats. @@ -397,7 +397,7 @@
- Host System sanity checks - <filename>sanity.bbclass</filename> + Host System Sanity Checks - <filename>sanity.bbclass</filename> This class checks to see if prerequisite software is present so that @@ -410,7 +410,7 @@
- Generated output quality assurance checks - <filename>insane.bbclass</filename> +Generated Output Quality Assurance Checks - <filename>insane.bbclass</filename> This class adds a step to the package generation process that sanity checks the @@ -503,7 +503,7 @@
- Autotools configuration data cache - <filename>siteinfo.bbclass</filename> + Autotools Configuration Data Cache - <filename>siteinfo.bbclass</filename> Autotools can require tests that must execute on the target hardware. -- cgit v1.2.3-54-g00ecf