diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-16 07:05:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-23 18:46:36 -0700 |
commit | 0a2e82c0070c0143b73ac45731d6e79d6c8ce066 (patch) | |
tree | f4840572d48c34aeea4aa1871fd22a01400c7a48 | |
parent | 73be798329f1bca37e645b7dce7b5f3552a78285 (diff) | |
download | poky-0a2e82c0070c0143b73ac45731d6e79d6c8ce066.tar.gz |
documentation/poky-ref-manual/usingpoky.xml: Fixed double dash display.
In the PDF version of the manual the "‐‐" docbook statement
does not display correctly. I changed this to "--".
(From yocto-docs rev: b0596e0ce370d6c6e1680e89d9c5a5b9da26dd93)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/poky-ref-manual/usingpoky.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml index 6b3289ab08..c8407bb002 100644 --- a/documentation/poky-ref-manual/usingpoky.xml +++ b/documentation/poky-ref-manual/usingpoky.xml | |||
@@ -75,7 +75,7 @@ | |||
75 | </para> | 75 | </para> |
76 | <para> | 76 | <para> |
77 | A useful BitBake option to consider is the <filename>-k</filename> or | 77 | A useful BitBake option to consider is the <filename>-k</filename> or |
78 | <filename>‐‐continue</filename> option. | 78 | <filename>--continue</filename> option. |
79 | This option instructs BitBake to try and continue processing the job as much | 79 | This option instructs BitBake to try and continue processing the job as much |
80 | as possible even after encountering an error. When an error occurs the target that | 80 | as possible even after encountering an error. When an error occurs the target that |
81 | failed and those that depend on it cannot be remade. However, when you use this | 81 | failed and those that depend on it cannot be remade. However, when you use this |