diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml
index 91c98df023..3d1b76a004 100644
--- a/documentation/dev-manual/dev-manual-intro.xml
+++ b/documentation/dev-manual/dev-manual-intro.xml
@@ -161,7 +161,7 @@
from and to which it contributes.
- Bitbake: The tool used to process Yocto Project metadata.
+ BitBake: The tool used to process Yocto Project metadata.
BitBake User Manual: A comprehensive guide to the BitBake tool.
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index b05babba49..a1f2e65442 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -241,7 +241,7 @@
up how you want it.
This file defines the target machine architecture and other build options.
Build the image using the bitbake command.
- If you want information on Bitbake, see the user manual at
+ If you want information on BitBake, see the user manual at
.
Run the image either on the actual hardware or using the QEMU
emulator.
diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml
index f18c055652..5a11179916 100644
--- a/documentation/poky-ref-manual/development.xml
+++ b/documentation/poky-ref-manual/development.xml
@@ -284,7 +284,7 @@
Because an external shell is launched rather than opening directly into the
- original terminal window, it allows easier interaction with Bitbake's multiple
+ original terminal window, it allows easier interaction with BitBake's multiple
threads as well as accomodates a future client/server split.
diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml
index 1532ccc917..d62ac5b095 100644
--- a/documentation/poky-ref-manual/ref-classes.xml
+++ b/documentation/poky-ref-manual/ref-classes.xml
@@ -139,7 +139,7 @@
- During staging, Bitbake installs such scripts into the
+ During staging, BitBake installs such scripts into the
sysroots/ directory.
BitBake also changes all paths to point into the sysroots/
directory so all builds that use the script will use the correct
@@ -166,7 +166,7 @@
- During staging, Bitbake installs pkg-config data into the
+ During staging, BitBake installs pkg-config data into the
sysroots/ directory.
By making use of sysroot functionality within pkg-config,
this class no longer has to manipulate the files.
diff --git a/documentation/poky-ref-manual/resources.xml b/documentation/poky-ref-manual/resources.xml
index 7c9d71c6eb..c35f12c667 100644
--- a/documentation/poky-ref-manual/resources.xml
+++ b/documentation/poky-ref-manual/resources.xml
@@ -76,7 +76,7 @@
The upstream, generic, embedded distribution the Yocto Project build system (Poky) derives
from and to which it contributes.
- Bitbake: The tool used to process Yocto Project metadata.
+ BitBake: The tool used to process Yocto Project metadata.
BitBake User Manual: A comprehensive guide to the BitBake tool.