Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53658 - trunk/tools/build/v2/tools
From: dave_at_[hidden]
Date: 2009-06-05 16:13:47


Author: dave
Date: 2009-06-05 16:13:47 EDT (Fri, 05 Jun 2009)
New Revision: 53658
URL: http://svn.boost.org/trac/boost/changeset/53658

Log:
Fix typo in example usage

Text files modified:
   trunk/tools/build/v2/tools/python.jam | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/tools/build/v2/tools/python.jam
==============================================================================
--- trunk/tools/build/v2/tools/python.jam (original)
+++ trunk/tools/build/v2/tools/python.jam 2009-06-05 16:13:47 EDT (Fri, 05 Jun 2009)
@@ -91,8 +91,8 @@
 #
 # Example usage:
 #
-# using python 2.3 ;
-# using python 2.3 : /usr/local/bin/python ;
+# using python : 2.3 ;
+# using python : 2.3 : /usr/local/bin/python ;
 #
 rule init ( version ? : cmd-or-prefix ? : includes * : libraries ?
     : condition * : extension-suffix ? )


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