$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: jurko.gospodnetic_at_[hidden]
Date: 2008-08-24 16:20:49
Author: jurko
Date: 2008-08-24 16:20:48 EDT (Sun, 24 Aug 2008)
New Revision: 48355
URL: http://svn.boost.org/trac/boost/changeset/48355
Log:
Minor tweaks in the Boost Build faq.xml documentation.
Text files modified: 
   trunk/tools/build/v2/doc/src/faq.xml |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 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-24 16:20:48 EDT (Sun, 24 Aug 2008)
@@ -235,7 +235,7 @@
     </para>
 
     <para>
-      The same approach works for searched libraries, too:
+      The same approach works for searched libraries as well:
 <programlisting>
 lib z ;
 lib png : : <use>z ;
@@ -246,7 +246,7 @@
 
   <section id="bbv2.faq.external">
     <title>
-      Can I get capture external program output in a Boost.Jam variable?
+      Can I get capture external program output using a Boost.Jam variable?
     </title>
 
     <para>