diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-03-04 08:55:54 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-06 10:44:43 +0000 |
commit | c504276d260571da38a20ff9c58ffc2e0c760fbb (patch) | |
tree | 8fa504b6600d231adaa3ab10610cb164a588c303 /documentation/ref-manual | |
parent | a889cc011c65e29b2ed51db23c12d70bc81f01e8 (diff) | |
download | poky-c504276d260571da38a20ff9c58ffc2e0c760fbb.tar.gz |
dev-manual, ref-manual: Replaced ‐‐ with "--"
Fixes [YOCTO #7386]
Apparently, copying HTML displayed commands that have a
double dash created through "‐‐" in the docbook source
causes some issues in the shell. I have scrubbed the manual set
to replace any "‐‐" strings with "--".
Reported-by: Paul Eggleton <paul.eggleton@intel.com>
(From yocto-docs rev: e88b813b71d7d6d8acd8a8638f2db71265145b64)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/migration.xml | 6 | ||||
-rw-r--r-- | documentation/ref-manual/ref-qa-checks.xml | 2 |
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>‐‐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>‐‐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>‐‐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 ‐‐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 |