summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/migration.xml6
-rw-r--r--documentation/ref-manual/ref-qa-checks.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index d072ecfa0e..3dc141c552 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -1014,7 +1014,7 @@
1014 The <filename>buildhistory-diff</filename> and 1014 The <filename>buildhistory-diff</filename> and
1015 <filename>buildhistory-collect-srcrevs</filename> 1015 <filename>buildhistory-collect-srcrevs</filename>
1016 utilities have improved command-line handling. 1016 utilities have improved command-line handling.
1017 Use the <filename>&dash;&dash;help</filename> option for 1017 Use the <filename>--help</filename> option for
1018 each utility for more information on the new syntax. 1018 each utility for more information on the new syntax.
1019 </para></listitem> 1019 </para></listitem>
1020 </itemizedlist> 1020 </itemizedlist>
@@ -1730,7 +1730,7 @@
1730 The minimum 1730 The minimum
1731 <ulink url='&YOCTO_DOCS_DEV_URL;#git'>Git</ulink> version required 1731 <ulink url='&YOCTO_DOCS_DEV_URL;#git'>Git</ulink> version required
1732 on the build host is now 1.7.8 because the 1732 on the build host is now 1.7.8 because the
1733 <filename>&dash;&dash;list</filename> option is now required by 1733 <filename>--list</filename> option is now required by
1734 BitBake's Git fetcher. 1734 BitBake's Git fetcher.
1735 As always, if your host distribution does not provide a version of 1735 As always, if your host distribution does not provide a version of
1736 Git that meets this requirement, you can use the 1736 Git that meets this requirement, you can use the
@@ -1770,7 +1770,7 @@
1770 class instead of the <filename>autotools</filename> class. 1770 class instead of the <filename>autotools</filename> class.
1771 </para></listitem> 1771 </para></listitem>
1772 <listitem><para><emphasis> 1772 <listitem><para><emphasis>
1773 The <filename>&dash;&dash;foreign</filename> option is 1773 The <filename>--foreign</filename> option is
1774 no longer passed to <filename>automake</filename> when 1774 no longer passed to <filename>automake</filename> when
1775 running <filename>autoconf</filename>:</emphasis> 1775 running <filename>autoconf</filename>:</emphasis>
1776 This option tells <filename>automake</filename> that a 1776 This option tells <filename>automake</filename> that a
diff --git a/documentation/ref-manual/ref-qa-checks.xml b/documentation/ref-manual/ref-qa-checks.xml
index 871cd294f6..43cb26db4c 100644
--- a/documentation/ref-manual/ref-qa-checks.xml
+++ b/documentation/ref-manual/ref-qa-checks.xml
@@ -894,7 +894,7 @@ can be found then it should be implemented. I can't find one at the moment.
894 and there is another option that should be used instead. 894 and there is another option that should be used instead.
895 If you are unsure, consult the upstream build 895 If you are unsure, consult the upstream build
896 documentation, the 896 documentation, the
897 <filename>./configure &dash;&dash;help</filename> output, 897 <filename>./configure --help</filename> output,
898 and the upstream change log or release notes. 898 and the upstream change log or release notes.
899 Once you have worked out what the appropriate 899 Once you have worked out what the appropriate
900 change is, you can update 900 change is, you can update