diff --git a/documentation/toaster-manual/toaster-manual-reference.xml b/documentation/toaster-manual/toaster-manual-reference.xml
index bac7c63a5e..7440580e7c 100644
--- a/documentation/toaster-manual/toaster-manual-reference.xml
+++ b/documentation/toaster-manual/toaster-manual-reference.xml
@@ -681,26 +681,27 @@
(e.g. poky) at
bitbake/lib/manage.py.
This section documents those commands.
-
-
- When using manage.py commands given
- a default configuration, you must be sure that your
- working directory is set to the
- Build Directory.
- Using manage.py commands from the
- Build Directory allows Toaster to find the
- toaster.sqlite file, which is located
- in the Build Directory.
-
-
-
- For non-default database configurations, it is possible
- that you can use manage.py commands
- from a directory other than the Build directory.
- To do so, the
- toastermain/settings.py file must be
- configured to point to the correct database backend.
-
+ Notes
+
+
+ When using manage.py commands given
+ a default configuration, you must be sure that your
+ working directory is set to the
+ Build Directory.
+ Using manage.py commands from the
+ Build Directory allows Toaster to find the
+ toaster.sqlite file, which is located
+ in the Build Directory.
+
+
+ For non-default database configurations, it is possible
+ that you can use manage.py commands
+ from a directory other than the Build Directory.
+ To do so, the
+ toastermain/settings.py file must be
+ configured to point to the correct database backend.
+
+