diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 364a7631f2..0e48043d38 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -686,13 +686,19 @@
Checking Out by Tag in Poky
- Similar to branches, the upstream repository has tags used
- to mark significant commits such as a completed release or
- stage of a release.
+ Similar to branches, the upstream repository uses tags
+ to mark specific commits associated with significant points in
+ a development branch (i.e. a release point or stage of a
+ release).
You might want to set up a local branch based on one of those
points in the repository.
The process is similar to checking out by branch name except you
use tag names.
+
+ Checking out a branch based on a tag names gives you a
+ stable set of files not affected by development on the
+ branch above the tag.
+
Switch to the Poky Directory:
@@ -743,8 +749,9 @@
branch named "my_yocto_2.2_M2", which is based on
the commit in the upstream poky repository that has
the same tag.
- The files you have available locally when you are
- checked out to that branch are a snapshot of the
+ In this example, the files you have available locally
+ as a result of the checkout
+ command are a snapshot of the
"morty" development branch at the point where
milestone two was reached.