diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
index 89f30c42e6..b33a457d63 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
@@ -1080,20 +1080,21 @@
(.conf) files.
This variable is analogous to the
PATH variable.
-
- If you run BitBake from a directory outside of the
- build directory,
- you must be sure to set
- BBPATH to point to the
- build directory.
- Set the variable as you would any environment variable
- and then run BitBake:
-
+
+
+
+ If you run BitBake from a directory outside of the
+ build directory,
+ you must be sure to set
+ BBPATH to point to the
+ build directory.
+ Set the variable as you would any environment variable
+ and then run BitBake:
+
$ BBPATH="<build_directory>"
$ export BBPATH
$ bitbake <target>
-
-
+