diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-03-27 11:01:08 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-31 12:14:17 +0100 |
commit | 646130271f7c66817cc80100d7fa44fc512d3345 (patch) | |
tree | dd6181dc0b3c9eaec1b76a340f612dd42d8c7d8b /documentation/ref-manual/technical-details.xml | |
parent | af4ef8adbce550888fbfa5de005768c0ff229250 (diff) | |
download | poky-646130271f7c66817cc80100d7fa44fc512d3345.tar.gz |
ref-manual: Fixed wording for clarity
Fixes [YOCTO #10898]
I altered the verbiage used to describe the inclusive nature of
the beginline and endline note to be clear to non-native English
speaker based on feedback.
(From yocto-docs rev: 5edf417cd044ded30d1f8366ac0cde336d0da016)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index 5712249ba4..87145a48f6 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml | |||
@@ -1460,9 +1460,9 @@ | |||
1460 | <listitem><para> | 1460 | <listitem><para> |
1461 | When using "beginline" and "endline", realize that | 1461 | When using "beginline" and "endline", realize that |
1462 | line numbering begins with one and not zero. | 1462 | line numbering begins with one and not zero. |
1463 | Also, the lines included are inclusive (e.g. lines | 1463 | Also, the included lines are inclusive (i.e. lines |
1464 | five through 29 in the previous example for | 1464 | five through and including 29 in the previous |
1465 | <filename>licfile1.txt</filename>. | 1465 | example for <filename>licfile1.txt</filename>). |
1466 | </para></listitem> | 1466 | </para></listitem> |
1467 | <listitem><para> | 1467 | <listitem><para> |
1468 | When a license check fails, the selected license | 1468 | When a license check fails, the selected license |