diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 791315c960..dbf05655ab 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -31,7 +31,8 @@
- You can use the Yocto Project, which uses the BitBake build tool, to develop complete Linux
+ You can use the Yocto Project build system, which uses
+ BitBake, to develop complete Linux
images and associated user-space applications for architectures based on ARM, MIPS, PowerPC,
x86 and x86-64.
While the Yocto Project does not provide a strict testing framework,
@@ -109,11 +110,11 @@
$ git clone git://git.yoctoproject.org/poky
Initialized empty Git repository in /home/scottrif/poky/.git/
- remote: Counting objects: 116882, done.
- remote: Compressing objects: 100% (35987/35987), done.
- remote: Total 116882 (delta 80651), reused 113045 (delta 77578)
- Receiving objects: 100% (116882/116882), 72.13 MiB | 2.68 MiB/s, done.
- Resolving deltas: 100% (80651/80651), done.
+ remote: Counting objects: 141863, done.
+ remote: Compressing objects: 100% (38624/38624), done.
+ remote: Total 141863 (delta 99661), reused 141816 (delta 99614)
+ Receiving objects: 100% (141863/141863), 76.64 MiB | 126 KiB/s, done.
+ Resolving deltas: 100% (99661/99661), done.
For another example of how to set up your own local Git repositories, see this