[PATCH] DOCS: Correct format of command continuation.
Robert P. J. Day
Signed-off-by: Robert P. J. Day <rpjday@...>
--- i *think* this is what the author had in mind. diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 52f7391..d2e85ba 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -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> -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== |
|