summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorKristi Rifenbark <kristi.rifenbark@gmail.com>2017-06-15 17:30:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-22 09:16:44 +0100
commita331904ab28a88053771a97fdb6fdb51a1611a7a (patch)
tree459f2159ed9a1808be5427b066adfc83024e6f20 /documentation
parentb2ad7c74d11d63dcdb414928ab3aff12d35794e1 (diff)
downloadpoky-a331904ab28a88053771a97fdb6fdb51a1611a7a.tar.gz
dev-manual: Fixed two grammar errors
(From yocto-docs rev: 4e68646edf078c23e414a300b37cb30774b28be7) Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml2
-rw-r--r--documentation/ref-manual/ref-variables.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 8ed6371c02..5c0f5cd851 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -1443,7 +1443,7 @@
1443 1443
1444 <para> 1444 <para>
1445 Now that you know where to locate the directory that has the 1445 Now that you know where to locate the directory that has the
1446 temporary source code, you can use a Quilt as described in section 1446 temporary source code, you can use Quilt as described in section
1447 "<link linkend='using-a-quilt-workflow'>Using Quilt in Your Workflow</link>" 1447 "<link linkend='using-a-quilt-workflow'>Using Quilt in Your Workflow</link>"
1448 to make your edits, test the changes, and preserve the changes in 1448 to make your edits, test the changes, and preserve the changes in
1449 the form of patches. 1449 the form of patches.
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 8e5e8ce457..e4517dda52 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -11504,7 +11504,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11504 and <filename>${PV}</filename> is the recipe version. 11504 and <filename>${PV}</filename> is the recipe version.
11505 If the source tarball extracts the code to a directory 11505 If the source tarball extracts the code to a directory
11506 named anything other than <filename>${BPN}-${PV}</filename>, 11506 named anything other than <filename>${BPN}-${PV}</filename>,
11507 or if the source code if fetched from an SCM such as 11507 or if the source code is fetched from an SCM such as
11508 Git or Subversion, then you must set <filename>S</filename> 11508 Git or Subversion, then you must set <filename>S</filename>
11509 in the recipe so that the OpenEmbedded build system 11509 in the recipe so that the OpenEmbedded build system
11510 knows where to find the unpacked source. 11510 knows where to find the unpacked source.