summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/terms.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/terms.rst')
-rw-r--r--documentation/ref-manual/terms.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/terms.rst b/documentation/ref-manual/terms.rst
index 966962005b..bf46148876 100644
--- a/documentation/ref-manual/terms.rst
+++ b/documentation/ref-manual/terms.rst
@@ -90,13 +90,13 @@ universal, the list includes them just in case:
90 - Provide a directory path and specifically name the Build 90 - Provide a directory path and specifically name the Build
91 Directory. Any intermediate folders in the pathname must exist. 91 Directory. Any intermediate folders in the pathname must exist.
92 This next example creates a Build Directory named 92 This next example creates a Build Directory named
93 ``YP-POKYVERSION`` in your home directory within the existing 93 ``YP-&POKYVERSION;`` in your home directory within the existing
94 directory ``mybuilds``: 94 directory ``mybuilds``:
95 95
96 .. code-block:: shell 96 .. code-block:: shell
97 97
98 $ cd $HOME 98 $ cd $HOME
99 $ source $HOME/poky/oe-init-build-env $HOME/mybuilds/YP-POKYVERSION 99 $ source $HOME/poky/oe-init-build-env $HOME/mybuilds/YP-&POKYVERSION;
100 100
101 .. note:: 101 .. note::
102 102