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 - base.bbclass
+ The base Class - base.bbclass
The base class is special in that every .bb
@@ -134,7 +134,7 @@
- Binary config scripts - binconfig.bbclass
+ Binary Configuration Scripts - binconfig.bbclass
Before pkg-config had become widespread, libraries shipped shell
@@ -153,7 +153,7 @@
- Debian renaming - debian.bbclass
+ Debian Renaming - debian.bbclass
This class renames packages so that they follow the Debian naming
@@ -179,7 +179,7 @@
- Distribution of sources - src_distribute_local.bbclass
+ Distribution of Sources - src_distribute_local.bbclass
Many software licenses require that source files be provided along with the binaries.
@@ -210,7 +210,7 @@
- Perl modules - cpan.bbclass
+ Perl Modules - cpan.bbclass
Recipes for Perl modules are simple.
@@ -231,7 +231,7 @@
- Python extensions - distutils.bbclass
+ Python Extensions - distutils.bbclass
Recipes for Python extensions are simple.
@@ -350,7 +350,7 @@
- Building kernels - kernel.bbclass
+ Building Kernels - kernel.bbclass
This class handles building Linux kernels.
@@ -376,7 +376,7 @@
- Creating images - image.bbclass and rootfs*.bbclass
+ Creating Images - image.bbclass and rootfs*.bbclass
These classes add support for creating images in several formats.
@@ -397,7 +397,7 @@
- Host System sanity checks - sanity.bbclass
+ Host System Sanity Checks - sanity.bbclass
This class checks to see if prerequisite software is present so that
@@ -410,7 +410,7 @@
- Generated output quality assurance checks - insane.bbclass
+Generated Output Quality Assurance Checks - insane.bbclass
This class adds a step to the package generation process that sanity checks the
@@ -503,7 +503,7 @@
- Autotools configuration data cache - siteinfo.bbclass
+ Autotools Configuration Data Cache - siteinfo.bbclass
Autotools can require tests that must execute on the target hardware.