diff --git a/doc/src/advanced.xml b/doc/src/advanced.xml
index c8023d82b..7b22ba8aa 100644
--- a/doc/src/advanced.xml
+++ b/doc/src/advanced.xml
@@ -756,8 +756,8 @@ project tennis
subprojects, so that every definition made in a parent project
is always available to its children. The loading order of any
other projects is unspecified. Even if one project refers to
- another via use-project,
+ another via use-project,
or a target reference, no specific order should be assumed.
@@ -810,22 +810,22 @@ bjam --help project.rulename
- use-project
+ use-projectMake another project known so that it can be referred to by symbolic ID.
- build-project
+ build-projectCause another project to be built when this one is built.
- explicit
+ explicitState that a target should be built only by explicit
request.
diff --git a/doc/src/extending.xml b/doc/src/extending.xml
index e5d60fc2c..de0ba2a3b 100644
--- a/doc/src/extending.xml
+++ b/doc/src/extending.xml
@@ -114,8 +114,7 @@ and linked it.
In the subsequent sections, we will extend this example, and review
- all the mechanisms in detail. The complete code is available in example/customization
+ all the mechanisms in detail. The complete code is available in example/customization
directory.
diff --git a/doc/src/install.xml b/doc/src/install.xml
index f8ccb2b93..46885e542 100644
--- a/doc/src/install.xml
+++ b/doc/src/install.xml
@@ -162,7 +162,7 @@ boost-build /path/to/boost.build ;
N.B.
When bjam is invoked from anywhere in the Boost
directory tree other than the Boost.Build root
- and its subdirectories, Boost.Build
+ and its subdirectories, Boost.Build
v1 is used by default. To override the default and use
Boost.Build v2, you have to add the command
line option to all bjam invocations.
diff --git a/src/tools/rc.jam b/src/tools/rc.jam
index 9c801e388..388e40858 100644
--- a/src/tools/rc.jam
+++ b/src/tools/rc.jam
@@ -28,6 +28,8 @@ rule resource-compile ( target : sources * : properties * )
create-empty-object $(target) : $(sources[1]) ;
case "SOLARIS" :
create-empty-object $(target) : $(sources[1]) ;
+ case "KFREEBSD" :
+ create-empty-object $(target) : $(sources[1]) ;
case "LINUX" :
create-empty-object $(target) : $(sources[1]) ;
case "*" :