diff --git a/doc/src/faq.xml b/doc/src/faq.xml
index f6cd217d9..fe1bd5a81 100644
--- a/doc/src/faq.xml
+++ b/doc/src/faq.xml
@@ -88,7 +88,7 @@ exe a : a-with-include ;
exe b : a-with-include ;
or if you want the includes property not to affect
- how any other sources added for the built a &
+ how any other sources added for the built a and
b executables would be compiled:
obj a-obj : a.cpp : <include>/usr/local/include ;
@@ -99,7 +99,7 @@ exe b : a-obj ;
Note that in both of these cases the include
property will be applied only for building these object files and not
- any other sources that might be added for targets a &
+ any other sources that might be added for targets a and
b.
@@ -125,7 +125,7 @@ exe b : a-obj ;
Note that in both of these cases the include
property will be applied only for building these object files and not
- any other sources that might be added for targets a &
+ any other sources that might be added for targets a and
b.