diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 5f5eb51724..d73bb967a7 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -154,8 +154,8 @@
Now create a clone of the bare clone just created:
$ git clone linux-yocto-3.2.git my-linux-yocto-3.2-work
- Initialized empty Git repository in /home/scottrif/my-linux-yocto-3.2/.git/
- Checking out files: 100% (36898/36898), done.
+ Initialized empty Git repository in /home/scottrif/my-linux-yocto-3.2-work/.git/
+ Checking out files: 100% (37619/37619), done.
Supported Board
Support Packages (BSPs):
@@ -232,14 +231,13 @@
meta-intel
Git repository inside the poky Git repository.
- $ cd poky
$ git clone git://git.yoctoproject.org/meta-intel.git
Initialized empty Git repository in /home/scottrif/poky/meta-intel/.git/
- remote: Counting objects: 1325, done.
- remote: Compressing objects: 100% (1078/1078), done.
- remote: Total 1325 (delta 546), reused 85 (delta 27)
- Receiving objects: 100% (1325/1325), 1.56 MiB | 330 KiB/s, done.
- Resolving deltas: 100% (546/546), done.
+ remote: Counting objects: 3380, done.
+ remote: Compressing objects: 100% (2750/2750), done.
+ remote: Total 3380 (delta 1689), reused 227 (delta 113)
+ Receiving objects: 100% (3380/3380), 1.77 MiB | 128 KiB/s, done.
+ Resolving deltas: 100% (1689/1689), done.
The same