diff --git a/build_system.htm b/build_system.htm
index 42b438331..4c4c94ed6 100644
--- a/build_system.htm
+++ b/build_system.htm
@@ -1078,9 +1078,10 @@ exe fop : <template>executable fop.cpp ;
To use dependencies such as libraries from another project tree,
first use the project rule to declare a project id
and location for the external project. Then add the appropriate
- external dependency target specification to your program's list of
- sources. For example, if you are developing a program which uses
- the Boost.Threads library, you might write
+ external dependency target specification
+ to your program's list of sources. For example, if you are
+ developing a program which uses the Boost.Threads library, you
+ might write
diff --git a/v1/build_system.htm b/v1/build_system.htm
index 42b438331..4c4c94ed6 100644
--- a/v1/build_system.htm
+++ b/v1/build_system.htm
@@ -1078,9 +1078,10 @@ exe fop : <template>executable fop.cpp ;
To use dependencies such as libraries from another project tree,
first use the project rule to declare a project id
and location for the external project. Then add the appropriate
- external dependency target specification to your program's list of
- sources. For example, if you are developing a program which uses
- the Boost.Threads library, you might write
+ external dependency target specification
+ to your program's list of sources. For example, if you are
+ developing a program which uses the Boost.Threads library, you
+ might write