diff --git a/v2/doc/src/reference.xml b/v2/doc/src/reference.xml
index 81409329f..859894f43 100644
--- a/v2/doc/src/reference.xml
+++ b/v2/doc/src/reference.xml
@@ -411,7 +411,7 @@ path-constant DATA : data/a.txt ;
feature, except that it takes effect only for linking. When you want
to link all targets in a Jamfile to certain library, the
<library> feature is preferred over
- <source>X -- the latter will add the library to
+ <source>X—the latter will add the library to
all targets, even those that have nothing to do with libraries.
diff --git a/v2/doc/src/tasks.xml b/v2/doc/src/tasks.xml
index b3c9e3cb5..fb163bf2e 100644
--- a/v2/doc/src/tasks.xml
+++ b/v2/doc/src/tasks.xml
@@ -28,7 +28,7 @@ exe hello : hello.cpp some_library.lib /some_project//library
: <threading>multi
;
- This will create an executable file from the sources -- in this case, one
+ This will create an executable file from the sources—in this case, one
C++ file, one library file present in the same directory, and another
library that is created by Boost.Build. Generally, sources can include C
and C++ files, object files and libraries. Boost.Build will automatically