Index: Jamfile
===================================================================
RCS file: /cvsroot/boost/boost/Jamfile,v
retrieving revision 1.17
diff -u -r1.17 Jamfile
--- Jamfile	12 Aug 2004 06:13:36 -0000	1.17
+++ Jamfile	20 Feb 2005 10:01:00 -0000
@@ -9,7 +9,8 @@
     bjam [options] [install|stage]
 
     * install               Installs to the configured location(s).
-    * stage                 Stages the build products only to common stage location.
+    * stage                 Stages the build products only to common stage
+                            location.
 
 Options:
     --help                  This message.
@@ -56,11 +57,12 @@
 
 Features:
     --with-<library>        Build, stage, or install the specified <library>
-                            If used, teh default becomes to only build
+                            If used, the default becomes to only build
                             indicated libraries.
                             
     --without-<library>     Do not build, stage, or install the specified
-                            <library>. By default all libraries attempt to build.
+                            <library>. By default all libraries attempt to
+                            build.
                             
     --with-python-root[=PYTHON_ROOT]
                             Build Boost.Python libraries with the Python
Index: tools/build/v1/python.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v1/python.jam,v
retrieving revision 1.82
diff -u -r1.82 python.jam
--- tools/build/v1/python.jam	19 Oct 2004 12:13:08 -0000	1.82
+++ tools/build/v1/python.jam	20 Feb 2005 10:01:00 -0000
@@ -571,11 +571,12 @@
             ECHO "otherwise set:" ;
             ECHO ;
             ECHO "    PYTHON_LIB_PATH       - path to Python library object; currently" ;
-            ECHO "                          \""$(PYTHON_LIB_PATH:J=" ")\" ;
+            ECHO "                            \""$(PYTHON_LIB_PATH:J=" ")\" ;
             
             if ! $(NT)
             {
-                ECHO "    PYTHON_INCLUDES    - path to Python #include directories; currently" \"$(PYTHON_INCLUDES:J=" ")\" ;
+                ECHO "    PYTHON_INCLUDES       - path to Python #include directories; currently" ;
+                ECHO "                            \""$(PYTHON_INCLUDES:J=" ")\" ;
             }
             else if [ intersection $(TOOLS) : $(gcc-compilers) ]
             {