diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 007c751a4e..c09c401e8d 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -69,8 +69,8 @@
are going to be contributing back into the Yocto Project source repository or not.
Regardless of the method you use, this manual refers to the resulting
- hierarchical set of files as "the Yocto Project files" or "the Yocto Project file
- structure."
+ hierarchical set of files as the "Yocto Project Files" or the "Yocto Project File
+ Structure."
Tarball Extraction: If you are not going to contribute
@@ -89,17 +89,21 @@
tarball.Git Repository Method: If you are going to be contributing
back into the Yocto Project, you should use Git commands to set up a local
- Git repository of the Yocto Project files.
+ Git repository of the Yocto Project Files.
Doing so creates a Git repository with a complete history of changes and allows
you to easily submit your changes upstream to the project.
Because you cloned the repository, you have access to all the Yocto Project development
branches and tag names used in the upstream repository.
- The following transcript shows how to clone the Yocto Project files'
- Git repository into the current working directory.
- The command creates the repository in a directory named poky.
- For information on the Yocto Project and Git, see the
- "Git" section.
-
+ The following transcript shows how to clone the Yocto Project Files'
+ Git repository into the current working directory.
+ The name of the Yocto Project Files Git repository in the Yocto Project Files
+ Source Repositories is poky.
+ You can view the Yocto Project Source Repositories at
+
+ The command creates the local repository in a directory named poky.
+ For information on Git used within the Yocto Project, see the
+ "Git" section.
+
$ git clone git://git.yoctoproject.org/poky
Initialized empty Git repository in /home/scottrif/poky/.git/
remote: Counting objects: 116882, done.
@@ -107,7 +111,7 @@
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.
- For another example of how to set up your own local Git repositories, see this
+ For another example of how to set up your own local Git repositories, see this
wiki page, which describes how to create both poky
and meta-intel Git repositories.