Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78377 - trunk/tools/build/v2/doc
From: jurko.gospodnetic_at_[hidden]
Date: 2012-05-08 05:34:22


Author: jurko
Date: 2012-05-08 05:34:21 EDT (Tue, 08 May 2012)
New Revision: 78377
URL: http://svn.boost.org/trac/boost/changeset/78377

Log:
Minor cleanup for Boost Build's built-in MATCH rule documentation.
Text files modified:
   trunk/tools/build/v2/doc/bjam.qbk | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/build/v2/doc/bjam.qbk
==============================================================================
--- trunk/tools/build/v2/doc/bjam.qbk (original)
+++ trunk/tools/build/v2/doc/bjam.qbk 2012-05-08 05:34:21 EDT (Tue, 08 May 2012)
@@ -739,7 +739,7 @@
 rule MATCH ( /regexps/ + : /list/ * )
 ]
 
-Matches the =egrep=(1) style regular expressions /regexps/ against the strings in /list/. The result is the concatenation of matching =()= subexpressions for each string in /list/, and for each regular expression in /regexps/. Only useful within the "=[ ]=" construct, to change the result into a list.
+Matches the =egrep=(1) style regular expressions /regexps/ against the strings in /list/. The result is a list of matching =()= subexpressions for each string in /list/, and for each regular expression in /regexps/.
 
 [endsect]
 


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