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>
This commit is contained in:
Scott Rifenbark 2011-08-16 07:05:18 -07:00 committed by Richard Purdie
parent 73be798329
commit 0a2e82c007
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
</para>
<para>
A useful BitBake option to consider is the <filename>-k</filename> or
<filename>&dash;&dash;continue</filename> option.
<filename>--continue</filename> option.
This option instructs BitBake to try and continue processing the job as much
as possible even after encountering an error. When an error occurs the target that
failed and those that depend on it cannot be remade. However, when you use this