summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2020-04-28 07:15:44 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-02 15:47:37 +0100
commitdb51b0943b71ae310efe232f888b95e46cbdb38f (patch)
tree3e90926b9244128b90765a3d3bc9e9dac19d02ff /documentation
parent9c8049068406532c3dd5d8906c595218b0fefd40 (diff)
downloadpoky-db51b0943b71ae310efe232f888b95e46cbdb38f.tar.gz
ref-manual: fix excessive command indentation
(From yocto-docs rev: e3a74639609e99357b23a5702c38a7a943713cdc) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-system-requirements.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-system-requirements.xml b/documentation/ref-manual/ref-system-requirements.xml
index 7d3c719981..7a11ec2cf3 100644
--- a/documentation/ref-manual/ref-system-requirements.xml
+++ b/documentation/ref-manual/ref-system-requirements.xml
@@ -503,7 +503,7 @@
503 </literallayout> 503 </literallayout>
504 or run the BitBake command to build the extended tarball: 504 or run the BitBake command to build the extended tarball:
505 <literallayout class='monospaced'> 505 <literallayout class='monospaced'>
506 $ bitbake buildtools-extended-tarball 506 $ bitbake buildtools-extended-tarball
507 </literallayout> 507 </literallayout>
508 <note> 508 <note>
509 The 509 The
@@ -535,7 +535,7 @@
535 </literallayout> 535 </literallayout>
536 Here is an example for the extended installer: 536 Here is an example for the extended installer:
537 <literallayout class='monospaced'> 537 <literallayout class='monospaced'>
538 $ sh ~/Downloads/x86_64-buildtools-extended-nativesdk-standalone-&DISTRO;.sh 538 $ sh ~/Downloads/x86_64-buildtools-extended-nativesdk-standalone-&DISTRO;.sh
539 </literallayout> 539 </literallayout>
540 During execution, a prompt appears that allows you to 540 During execution, a prompt appears that allows you to
541 choose the installation directory. 541 choose the installation directory.