summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index 3ffff3f15a..f3e44c2137 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -577,9 +577,8 @@
577 at the time you created your local branch, which could be 577 at the time you created your local branch, which could be
578 different than the files at the time of a similarly named release. 578 different than the files at the time of a similarly named release.
579 In other words, creating and checking out a local branch based on the 579 In other words, creating and checking out a local branch based on the
580 <filename>&DISTRO_NAME;</filename> branch name is not the same as creating and 580 <filename>&DISTRO_NAME;</filename> branch name is not the same as
581 checking out a local branch based on the <filename>&DISTRO_NAME;-&DISTRO;</filename> 581 cloning and checking out the <filename>master</filename> branch.
582 release.
583 Keep reading to see how you create a local snapshot of a Yocto Project Release. 582 Keep reading to see how you create a local snapshot of a Yocto Project Release.
584 </para> 583 </para>
585 584