diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2015-01-06 08:15:36 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-06 14:27:03 +0000 |
commit | 2674ddb4b0c0645c91d1794cbd9166418b984351 (patch) | |
tree | b92abcf250fc1629c3f729fb5b89fd96c2005a78 /documentation/dev-manual/dev-manual-newbie.xml | |
parent | cf17b6cb7291c0dc5a02550e21650e12efcba17f (diff) | |
download | poky-2674ddb4b0c0645c91d1794cbd9166418b984351.tar.gz |
dev-manual: Some minor fixes to some text.
I applied (in spirit) the changes here... Some literal and some
with changes.
(From yocto-docs rev: 0ccf8a43264981accbe42f729c723804e5b69b72)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-newbie.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 2385187f4d..3208bf8d99 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -1028,9 +1028,10 @@ | |||
1028 | </para> | 1028 | </para> |
1029 | 1029 | ||
1030 | <para> | 1030 | <para> |
1031 | Some key tags are <filename>dylan-9.0.0</filename>, | 1031 | Some key tags are <filename>dylan-9.0.4</filename>, |
1032 | <filename>dora-10.0.0</filename>, <filename>daisy-11.0.0</filename>, | 1032 | <filename>dora-10.0.4</filename>, <filename>daisy-11.0.2</filename>, |
1033 | and <filename>&DISTRO_NAME;-&POKYVERSION;</filename>. | 1033 | <filename>dizzy-12.0.0</filename>, and |
1034 | <filename>&DISTRO_NAME;-&POKYVERSION;</filename>. | ||
1034 | These tags represent Yocto Project releases. | 1035 | These tags represent Yocto Project releases. |
1035 | </para> | 1036 | </para> |
1036 | 1037 | ||
@@ -1074,7 +1075,9 @@ | |||
1074 | A good place to look for instruction on a minimal set of Git commands is | 1075 | A good place to look for instruction on a minimal set of Git commands is |
1075 | <ulink url='http://git-scm.com/documentation'>here</ulink>. | 1076 | <ulink url='http://git-scm.com/documentation'>here</ulink>. |
1076 | If you need to download Git, you can do so | 1077 | If you need to download Git, you can do so |
1077 | <ulink url='http://git-scm.com/download'>here</ulink>. | 1078 | <ulink url='http://git-scm.com/download'>here</ulink>, although |
1079 | any reasonably current Linux distribution should already have an | ||
1080 | installable package for Git. | ||
1078 | </para> | 1081 | </para> |
1079 | 1082 | ||
1080 | <para> | 1083 | <para> |