From 276f2fe9bbff2cbaf643eedfc7ea5a95d49a0d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Fri, 29 Aug 2008 15:56:01 +0000 Subject: [PATCH] Changed invalid '&' signs int the Boost Build documentation sources to the word 'and'. [SVN r48453] --- doc/src/faq.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.