summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-07-15 15:03:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-21 10:59:23 +0100
commit028a37cf1b1cdc7f2c1aad6df1a665afba84ab6c (patch)
treec50ece04e578d23ec92c8bbe645adcf13d73a37f /documentation
parent86a63fd801105e1be7e475417072786a7c8d6926 (diff)
downloadpoky-028a37cf1b1cdc7f2c1aad6df1a665afba84ab6c.tar.gz
documentation/yocto-project-qs/yocto-project-qs.xml: fixed zypper syntax
Syntax did not have line-continuation characters in the zypper example. Error found by Robert P. J. Day. (From yocto-docs rev: 4ecbd3d1706336ddc691bf4ce6763a179f3f70a6) 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/yocto-project-qs/yocto-project-qs.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 9a62c4f172..07d752c4c1 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -213,9 +213,9 @@
213 </literallayout> 213 </literallayout>
214 214
215 <literallayout class='monospaced'> 215 <literallayout class='monospaced'>
216 $ sudo zypper install python gcc gcc-c++ libtool 216 $ sudo zypper install python gcc gcc-c++ libtool \
217 $ subversion git chrpath automake 217 subversion git chrpath automake \
218 $ help2man diffstat texinfo mercurial wget 218 help2man diffstat texinfo mercurial wget
219 </literallayout> 219 </literallayout>
220 220
221 </section> 221 </section>