diff --git a/v2/doc/src/advanced.xml b/v2/doc/src/advanced.xml
index 97f0b2a99..68094c00e 100644
--- a/v2/doc/src/advanced.xml
+++ b/v2/doc/src/advanced.xml
@@ -767,14 +767,14 @@ exe hello : hello.cpp some_library.lib /some_project//library
- On Windows, if an application which uses dynamic libraries, and both
+ On Windows, if an application uses dynamic libraries, and both
the application and the libraries are built by Boost.Build, its not
possible to immediately run the application, because the
PATH environment variable should include the path
to the libraries. It means you have to either add the paths
manually, or place the application and the libraries to the same
- directory, for example using the stage rule.
+ directory, for example using the
+ stage rule.
@@ -949,8 +949,7 @@ exe main : main.cpp lib_alias ;
-
-
+ InstallingFor installing the built target you should use the