summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-07-28 13:24:18 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-04 15:07:50 +0100
commitea7d4cbd57178b3e2b1e79f0edf84f44e8f887d6 (patch)
treef94fbb7ca2eaf11c24f7d55b6f76d54e990715a1 /documentation
parentbb91aa636f599d132b0fb60f071bc6f320e6d60f (diff)
downloadast2050-yocto-poky-ea7d4cbd57178b3e2b1e79f0edf84f44e8f887d6.zip
ast2050-yocto-poky-ea7d4cbd57178b3e2b1e79f0edf84f44e8f887d6.tar.gz
documentation/dev-manual: replaced "&dash;" with "-".
Character does not display in PDF version. (From yocto-docs rev: 8f9b114190257cfe5425f6e322dcfb6f03941bf8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-bsp-appendix.xml6
-rw-r--r--documentation/dev-manual/dev-manual-start.xml6
2 files changed, 6 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml
index 44ffe31..4460d59 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -230,7 +230,7 @@
the remaining one that doesn't support EMGD.
These commands take care of the <filename>recipes-bsp</filename> recipes:
<literallayout class='monospaced'>
- $ rm &dash;rf meta-mymachine/recipes-graphics/xorg-xserver/*emgd*
+ $ rm -rf meta-mymachine/recipes-graphics/xorg-xserver/*emgd*
$ mv meta-mymachine/recipes-bsp/formfactor/formfactor/crownbay-noemgd/ \
meta-mymachine/recipes-bsp/formfactor/formfactor/mymachine
</literallayout>
@@ -246,8 +246,8 @@
be sure to rename remaining directories appropriately.
The following commands clean up the <filename>recipes-graphics</filename> directory:
<literallayout class='monospaced'>
- $ rm &dash;rf meta-mymachine/recipes-graphics/xorg-xserver/xserver-xf86-emgd*
- $ rm &dash;rf meta-mymachine/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay
+ $ rm -rf meta-mymachine/recipes-graphics/xorg-xserver/xserver-xf86-emgd*
+ $ rm -rf meta-mymachine/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay
$ mv meta-mymachine/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay-noemgd \
meta-mymachine/recipes-graphics/xorg-xserver/xserver-xf86-config/mymachine
</literallayout>
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 7a39176..bc147ac 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -117,9 +117,9 @@
where &lt;BSP_name&gt; is the recognized BSP name.
Here are some examples:
<literallayout class='monospaced'>
- meta&dash;crownbay
- meta&dash;emenlow
- meta&dash;n450
+ meta-crownbay
+ meta-emenlow
+ meta-n450
</literallayout>
<itemizedlist>
<listitem><para><emphasis>Tarball Extraction:</emphasis> You can download any released
OpenPOWER on IntegriCloud