diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2020-04-28 07:15:44 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-05 13:22:00 +0100 |
commit | 528c43e931d10f69ba991177d4abfbb8d838a1c5 (patch) | |
tree | 46f1f33b353e95e9643fb5e2258cf6f8192d3421 /documentation | |
parent | 26d583a063cd1d4dfdd0f56928997ce3065d967e (diff) | |
download | poky-528c43e931d10f69ba991177d4abfbb8d838a1c5.tar.gz |
ref-manual: fix excessive command indentation
(From yocto-docs rev: a95b49eef8f6bfde153677dda8021ffadf29d8f7)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-system-requirements.xml | 4 |
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. |