diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index eaceb13b8e..90aa377521 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -21,7 +21,7 @@
Class files are identified by the extension .bbclass
and are usually placed in a classes/ directory beneath
the meta*/ directory found in the
- Source Directory.
+ Source Directory.
Class files can also be pointed to by
BUILDDIR
(e.g. build/) in the same way as
@@ -36,7 +36,7 @@
This chapter discusses only the most useful and important classes.
Other classes do exist within the meta/classes
directory in the
- Source Directory.
+ Source Directory.
You can reference the .bbclass files directly
for more information.
@@ -94,7 +94,7 @@
For more details on the source archiver, see the
"Maintaining Open Source License Compliance During Your Product's Lifecycle"
- section in the Yocto Project Development Manual.
+ section in the Yocto Project Development Tasks Manual.
You can also see the
ARCHIVER_MODE
variable for information about the variable flags (varflags)
@@ -122,7 +122,7 @@
These classes can also work with software that emulates Autotools.
For more information, see the
"Autotooled Package"
- section in the Yocto Project Development Manual.
+ section in the Yocto Project Development Tasks Manual.
@@ -333,7 +333,7 @@
For details on how the class works, see the
meta/classes/bluetooth.bbclass file in the Yocto
Project
- Source Directory.
+ Source Directory.
@@ -641,7 +641,7 @@
Distribution policy dictates whether to include this class.
See the
"Using a Development Shell" section
- in the Yocto Project Development Manual for more information about
+ in the Yocto Project Development Tasks Manual for more information about
using devshell.
@@ -816,11 +816,11 @@
For more information on the
externalsrc class, see the comments in
meta/classes/externalsrc.bbclass in the
- Source Directory.
+ Source Directory.
For information on how to use the externalsrc
class, see the
"Building Software from an External Source"
- section in the Yocto Project Development Manual.
+ section in the Yocto Project Development Tasks Manual.
@@ -1247,7 +1247,7 @@
For information on customizing images, see the
"Customizing Images"
- section in the Yocto Project Development Manual.
+ section in the Yocto Project Development Tasks Manual.
For information on how images are created, see the
"Images" section elsewhere
in this manual.
@@ -1880,7 +1880,7 @@ This check was removed for YP 2.3 release
you build the kernel image.
For information on how to build an initramfs, see the
"Building an Initial RAM Filesystem (initramfs) Image"
- section in the Yocto Project Development Manual.
+ section in the Yocto Project Development Tasks Manual.
@@ -2174,7 +2174,7 @@ This check was removed for YP 2.3 release
For more information on using the Multilib feature, see the
"Combining Multiple Versions of Library Files into One Image"
- section in the Yocto Project Development Manual.
+ section in the Yocto Project Development Tasks Manual.
@@ -2308,7 +2308,7 @@ This check was removed for YP 2.3 release
The oelint class is an
obsolete lint checking tool that exists in
meta/classes in the
- Source Directory.
+ Source Directory.
@@ -2387,7 +2387,7 @@ This check was removed for YP 2.3 release
on the target (i.e. runtime installation of packages).
For more information, see the
"Using Runtime Package Management"
- section in the Yocto Project Development Manual.
+ section in the Yocto Project Development Tasks Manual.
@@ -2567,7 +2567,7 @@ This check was removed for YP 2.3 release
For information on how to use this class, see the
"Customizing Images Using Custom Package Groups"
- section in the Yocto Project Development Manual.
+ section in the Yocto Project Development Tasks Manual.
@@ -2810,8 +2810,8 @@ This check was removed for YP 2.3 release
DISTRO_FEATURES.
See the
"Testing Packages With ptest"
- section in the Yocto Project Development Manual for more information
- on ptest.
+ section in the Yocto Project Development Tasks Manual for more
+ information on ptest.
@@ -2827,7 +2827,7 @@ This check was removed for YP 2.3 release
For information on setting up and running ptests, see the
"Testing Packages With ptest"
- section in the Yocto Project Development Manual.
+ section in the Yocto Project Development Tasks Manual.
@@ -3435,7 +3435,7 @@ This check was removed for YP 2.3 release
For more information on systemd, see the
"Selecting an Initialization Manager"
- section in the Yocto Project Development Manual.
+ section in the Yocto Project Development Tasks Manual.
@@ -3535,7 +3535,7 @@ This check was removed for YP 2.3 release
For information on how to enable, run, and create new tests, see the
"Performing Automated Runtime Testing"
- section in the Yocto Project Development Manual.
+ section in the Yocto Project Development Tasks Manual.
@@ -3717,7 +3717,8 @@ This check was removed for YP 2.3 release
provide pathnames for links, default links for targets, and
so forth.
For details on how to use this class, see the comments in the
- update-alternatives.bbclass.
+ update-alternatives.bbclass
+ file.
@@ -3757,8 +3758,9 @@ This check was removed for YP 2.3 release
For example, if you have packages that contain system services that
should be run under their own user or group, you can use these classes
to enable creation of the user or group.
- The meta-skeleton/recipes-skeleton/useradd/useradd-example.bb
- recipe in the Source Directory
+ The
+ meta-skeleton/recipes-skeleton/useradd/useradd-example.bb
+ recipe in the Source Directory
provides a simple example that shows how to add three
users and groups to two packages.
See the useradd-example.bb recipe for more