summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2020-09-17 01:58:59 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:36 +0100
commitc387f0c2543a9dd7f8eca069629ede4bb5ec5dba (patch)
treed0a7fccf9b84915862b1174ae75cd0437a60bb2d /documentation/adt-manual
parent6813141743f4263e6b03fd7294f9cec4ec1a3194 (diff)
downloadpoky-c387f0c2543a9dd7f8eca069629ede4bb5ec5dba.tar.gz
sphinx: replace special quotes with single and double quotes
(From yocto-docs rev: 0aeb7a94abcef3cb3850c753dd0a243f381e6675) Signed-off-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r--documentation/adt-manual/adt-prepare.rst4
-rw-r--r--documentation/adt-manual/adt-prepare.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/documentation/adt-manual/adt-prepare.rst b/documentation/adt-manual/adt-prepare.rst
index e2141f8059..9b6bd05147 100644
--- a/documentation/adt-manual/adt-prepare.rst
+++ b/documentation/adt-manual/adt-prepare.rst
@@ -189,7 +189,7 @@ the location for cross-toolchain installation. The default location is
189``/opt/poky/``\ release. After either accepting the default location or 189``/opt/poky/``\ release. After either accepting the default location or
190selecting your own location, you are prompted to run the installation 190selecting your own location, you are prompted to run the installation
191script interactively or in silent mode. If you want to closely monitor 191script interactively or in silent mode. If you want to closely monitor
192the installation, choose I for interactive mode rather than S for 192the installation, choose "I" for interactive mode rather than "S" for
193silent mode. Follow the prompts from the script to complete the 193silent mode. Follow the prompts from the script to complete the
194installation. 194installation.
195 195
@@ -594,7 +594,7 @@ For this scenario, you need to do several things:
594- Install the appropriate stand-alone toolchain tarball. 594- Install the appropriate stand-alone toolchain tarball.
595 595
596- Download the pre-built image that will boot with QEMU. You need to be 596- Download the pre-built image that will boot with QEMU. You need to be
597 sure to get the QEMU image that matches your target machines 597 sure to get the QEMU image that matches your target machine's
598 architecture (e.g. x86, ARM, etc.). 598 architecture (e.g. x86, ARM, etc.).
599 599
600- Download the filesystem image for your target machine's architecture. 600- Download the filesystem image for your target machine's architecture.
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index 684eb75c56..2dc9843259 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -232,7 +232,7 @@
232 own location, you are prompted to run the installation script 232 own location, you are prompted to run the installation script
233 interactively or in silent mode. 233 interactively or in silent mode.
234 If you want to closely monitor the installation, 234 If you want to closely monitor the installation,
235 choose I for interactive mode rather than S for silent mode. 235 choose "I" for interactive mode rather than "S" for silent mode.
236 Follow the prompts from the script to complete the installation. 236 Follow the prompts from the script to complete the installation.
237 </para> 237 </para>
238 238
@@ -765,7 +765,7 @@
765 <itemizedlist> 765 <itemizedlist>
766 <listitem><para>Install the appropriate stand-alone toolchain tarball.</para></listitem> 766 <listitem><para>Install the appropriate stand-alone toolchain tarball.</para></listitem>
767 <listitem><para>Download the pre-built image that will boot with QEMU. 767 <listitem><para>Download the pre-built image that will boot with QEMU.
768 You need to be sure to get the QEMU image that matches your target machines 768 You need to be sure to get the QEMU image that matches your target machine's
769 architecture (e.g. x86, ARM, etc.).</para></listitem> 769 architecture (e.g. x86, ARM, etc.).</para></listitem>
770 <listitem><para>Download the filesystem image for your target machine's architecture. 770 <listitem><para>Download the filesystem image for your target machine's architecture.
771 </para></listitem> 771 </para></listitem>