summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/usingpoky.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-08-16 07:05:18 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-23 18:46:36 -0700
commit0a2e82c0070c0143b73ac45731d6e79d6c8ce066 (patch)
treef4840572d48c34aeea4aa1871fd22a01400c7a48 /documentation/poky-ref-manual/usingpoky.xml
parent73be798329f1bca37e645b7dce7b5f3552a78285 (diff)
downloadpoky-0a2e82c0070c0143b73ac45731d6e79d6c8ce066.tar.gz
documentation/poky-ref-manual/usingpoky.xml: Fixed double dash display.
In the PDF version of the manual the "&dash;&dash;" 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>
Diffstat (limited to 'documentation/poky-ref-manual/usingpoky.xml')
-rw-r--r--documentation/poky-ref-manual/usingpoky.xml2
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>&dash;&dash;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