Boost logo

Boost-Commit :

From: jurko.gospodnetic_at_[hidden]
Date: 2008-08-29 11:56:02


Author: jurko
Date: 2008-08-29 11:56:01 EDT (Fri, 29 Aug 2008)
New Revision: 48453
URL: http://svn.boost.org/trac/boost/changeset/48453

Log:
Changed invalid '&' signs int the Boost Build documentation sources to the word 'and'.
Text files modified:
   trunk/tools/build/v2/doc/src/faq.xml | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/tools/build/v2/doc/src/faq.xml
==============================================================================
--- trunk/tools/build/v2/doc/src/faq.xml (original)
+++ trunk/tools/build/v2/doc/src/faq.xml 2008-08-29 11:56:01 EDT (Fri, 29 Aug 2008)
@@ -88,7 +88,7 @@
 exe b : a-with-include ;
 </programlisting>
           or if you want the <literal>includes</literal> property not to affect
- how any other sources added for the built <code>a</code> &
+ how any other sources added for the built <code>a</code> and
           <code>b</code> executables would be compiled:
 <programlisting>
 obj a-obj : a.cpp : &lt;include&gt;/usr/local/include ;
@@ -99,7 +99,7 @@
         <para>
           Note that in both of these cases the <literal>include</literal>
           property will be applied only for building these object files and not
- any other sources that might be added for targets <code>a</code> &
+ any other sources that might be added for targets <code>a</code> and
           <code>b</code>.
         </para>
       </listitem>
@@ -125,7 +125,7 @@
         <para>
           Note that in both of these cases the <literal>include</literal>
           property will be applied only for building these object files and not
- any other sources that might be added for targets <code>a</code> &
+ any other sources that might be added for targets <code>a</code> and
           <code>b</code>.
         </para>
       </listitem>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk