Minor tweaks in the Boost Build faq.xml documentation.

[SVN r48355]
This commit is contained in:
Jurko Gospodnetić 2008-08-24 20:20:48 +00:00
parent ba6fef8dfe
commit 47b89ec242

View File

@ -235,7 +235,7 @@ lib a : a.cpp : <use>b ;
</para>
<para>
The same approach works for searched libraries, too:
The same approach works for searched libraries as well:
<programlisting>
lib z ;
lib png : : &lt;use&gt;z ;
@ -246,7 +246,7 @@ exe viewer : viewer png z ;
<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>