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>
This commit is contained in:
Scott Rifenbark 2011-07-15 15:03:30 -07:00 committed by Richard Purdie
parent 86a63fd801
commit 028a37cf1b
1 changed files with 3 additions and 3 deletions

View File

@ -213,9 +213,9 @@
</literallayout>
<literallayout class='monospaced'>
$ sudo zypper install python gcc gcc-c++ libtool
$ subversion git chrpath automake
$ help2man diffstat texinfo mercurial wget
$ sudo zypper install python gcc gcc-c++ libtool \
subversion git chrpath automake \
help2man diffstat texinfo mercurial wget
</literallayout>
</section>