|
Boost-Commit : |
From: ghost_at_[hidden]
Date: 2007-12-25 04:28:05
Author: vladimir_prus
Date: 2007-12-25 04:28:05 EST (Tue, 25 Dec 2007)
New Revision: 42297
URL: http://svn.boost.org/trac/boost/changeset/42297
Log:
Fix typos.
Patch from Jurko Gospodnetic.
Text files modified:
trunk/tools/build/v2/doc/src/advanced.xml | 6 +++---
trunk/tools/build/v2/doc/src/reference.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
Modified: trunk/tools/build/v2/doc/src/advanced.xml
==============================================================================
--- trunk/tools/build/v2/doc/src/advanced.xml (original)
+++ trunk/tools/build/v2/doc/src/advanced.xml 2007-12-25 04:28:05 EST (Tue, 25 Dec 2007)
@@ -777,10 +777,10 @@
such as defines. It can be also useful for ordinary properties. Consider
this example:
<programlisting>
-project test : requirements <threading;>multi ;
+project test : requirements <threading>multi ;
exe test1 : test1.cpp ;
-exe test2 : test2.cpp : <threading;>single ;
-exe test3 : test3.cpp : -<threading;>multi ;
+exe test2 : test2.cpp : <threading>single ;
+exe test3 : test3.cpp : -<threading>multi ;
</programlisting>
Here, <code>test1</code> inherits project requirements and will always
be built in multi-threaded mode. The <code>test2</code> target
Modified: trunk/tools/build/v2/doc/src/reference.xml
==============================================================================
--- trunk/tools/build/v2/doc/src/reference.xml (original)
+++ trunk/tools/build/v2/doc/src/reference.xml 2007-12-25 04:28:05 EST (Tue, 25 Dec 2007)
@@ -329,7 +329,7 @@
will print the names of all C++ files in your project. The
<literal>.svn</literal> exclude pattern prevents the
<code>glob-tree</code> rule from entering administrative
- directories of the Subverion version control system.
+ directories of the Subversion version control system.
</para></listitem>
</varlistentry>
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