diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml
index e1e16b824e..68522241a0 100644
--- a/documentation/ref-manual/technical-details.xml
+++ b/documentation/ref-manual/technical-details.xml
@@ -17,8 +17,8 @@
The BitBake task executor together with various types of configuration files form the
OpenEmbedded Core.
- This section overviews the BitBake task executor and the
- configuration files by describing what they are used for and how they interact.
+ This section overviews these by describing what they are used for
+ and how they interact.
@@ -26,11 +26,11 @@
The data itself is of various types:
Recipes: Provides details about particular
- pieces of software
- Class Data: An abstraction of common build
+ pieces of software.
+ Class Data: Abstracts common build
information (e.g. how to build a Linux kernel).Configuration Data: Defines machine-specific settings,
- policy decisions, etc.
+ policy decisions, and so forth.
Configuration data acts as the glue to bind everything together.
For more information on data, see the
@@ -48,8 +48,8 @@
Following are some brief details on these core components.
- For more detailed information on these components see the
- "Directory Structure" chapter.
+ For more detailed information on these components, see the
+ "Source Directory Structure" chapter.