From c504276d260571da38a20ff9c58ffc2e0c760fbb Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 4 Mar 2015 08:55:54 -0800 Subject: 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 (From yocto-docs rev: e88b813b71d7d6d8acd8a8638f2db71265145b64) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/migration.xml | 6 +++--- documentation/ref-manual/ref-qa-checks.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/ref-manual') 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 @@ The buildhistory-diff and buildhistory-collect-srcrevs utilities have improved command-line handling. - Use the ‐‐help option for + Use the --help option for each utility for more information on the new syntax. @@ -1730,7 +1730,7 @@ The minimum Git version required on the build host is now 1.7.8 because the - ‐‐list option is now required by + --list option is now required by BitBake's Git fetcher. As always, if your host distribution does not provide a version of Git that meets this requirement, you can use the @@ -1770,7 +1770,7 @@ class instead of the autotools class. - The ‐‐foreign option is + The --foreign option is no longer passed to automake when running autoconf: This option tells automake 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. and there is another option that should be used instead. If you are unsure, consult the upstream build documentation, the - ./configure ‐‐help output, + ./configure --help output, and the upstream change log or release notes. Once you have worked out what the appropriate change is, you can update -- cgit v1.2.3-54-g00ecf