diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 20f9ee0b04..3d7c5650b9 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -427,9 +427,9 @@
If your build host is using a Poky container, you can
use the same Git commands.
- The example clones the poky repository
- and then checks out the latest Yocto Project Release by tag
- (i.e. &DISTRO_REL_TAG;):
+ The following example clones the poky
+ repository and then checks out the latest Yocto Project Release
+ by tag (i.e. &DISTRO_REL_TAG;):
$ git clone git://git.yoctoproject.org/poky
Cloning into 'poky'...
@@ -456,8 +456,10 @@
Rather than checking out the entire development branch
of a release (i.e. the tip), which could be continuously
changing while you are doing your development, you would
- check out a branch based on a release tag. Doing so
- provides you with an unchanging, stable set of files.
+ check out a branch based on a release tag as shown in
+ the previous example.
+ Doing so provides you with an unchanging, stable set of
+ files.
@@ -479,7 +481,8 @@
your images.
A graphical user interface to the Yocto Project is available
- through Toaster.
+ through
+ Toaster.
See the
Toaster User Manual
for more information.
@@ -518,31 +521,32 @@
Use the following commands to build your image.
The OpenEmbedded build system creates an entire Linux
distribution, including the toolchain, from source.
- Note about Network Proxies
-
- By default, the build process searches for source code
- using a pre-determined order through a set of
- locations.
- If you are working behind a firewall and your build
- host is not set up for proxies, you could encounter
- problems with the build process when fetching source
- code (e.g. fetcher failures or Git failures).
-
-
-
- If you do not know your proxy settings, consult your
- local network infrastructure resources and get that
- information.
- A good starting point could also be to check your web
- browser settings.
- Finally, you can find more information on using the
- Yocto Project behind a firewall in the Yocto Project
- Reference Manual
- FAQ
- and on the
- "Working Behind a Network Proxy"
- wiki page.
-
+ Notes about Network Proxies
+
+
+ By default, the build process searches for source
+ code using a pre-determined order through a set of
+ locations.
+ If you are working behind a firewall and your build
+ host is not set up for proxies, you could encounter
+ problems with the build process when fetching source
+ code (e.g. fetcher failures or Git failures).
+
+
+ If you do not know your proxy settings, consult your
+ local network infrastructure resources and get that
+ information.
+ A good starting point could also be to check your
+ web browser settings.
+ Finally, you can find more information on using the
+ Yocto Project behind a firewall in the Yocto Project
+ Reference Manual
+ FAQ
+ and on the
+ "Working Behind a Network Proxy"
+ wiki page.
+
+