$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r50809 - branches/release/more/getting_started
From: dave_at_[hidden]
Date: 2009-01-27 14:49:45
Author: dave
Date: 2009-01-27 14:49:45 EST (Tue, 27 Jan 2009)
New Revision: 50809
URL: http://svn.boost.org/trac/boost/changeset/50809
Log:
Fix up windows doc error
Text files modified: 
   branches/release/more/getting_started/unix-variants.html |     4 ++--                                    
   branches/release/more/getting_started/windows.html       |     4 ++--                                    
   branches/release/more/getting_started/windows.rst        |     2 +-                                      
   3 files changed, 5 insertions(+), 5 deletions(-)
Modified: branches/release/more/getting_started/unix-variants.html
==============================================================================
--- branches/release/more/getting_started/unix-variants.html	(original)
+++ branches/release/more/getting_started/unix-variants.html	2009-01-27 14:49:45 EST (Tue, 27 Jan 2009)
@@ -431,7 +431,7 @@
 $ cd ~/<tt class="docutils literal"><span class="pre">boost_1_38_0</span></tt>
 $ bjam <strong>--build-dir=</strong>/tmp/build-boost <strong>--toolset=</strong>gcc stage
 </pre>
-<p>That will build static and shared non-debug multi-threaded variants of the libraries. To build all variants, pass the additional option, â``--build-type=complete``â.</p>
+<p>That will build static and shared non-debug multi-threaded variants of the libraries. To build all variants, pass the additional option, â<tt class="docutils literal"><span class="pre">--build-type=complete</span></tt>â.</p>
 <!-- Copyright David Abrahams 2006. Distributed under the Boost -->
 <!-- Software License, Version 1.0. (See accompanying -->
 <!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
@@ -461,7 +461,7 @@
 <p class="last">Boost.Build can produce a great deal of output, which can
 make it easy to miss problems.  If you want to make sure
 everything is went well, you might redirect the output into a
-file by appending â``>build.log 2>&1``â to your command line.</p>
+file by appending â<tt class="docutils literal"><span class="pre">>build.log</span> <span class="pre">2>&1</span></tt>â to your command line.</p>
 </div>
 </div>
 </div>
Modified: branches/release/more/getting_started/windows.html
==============================================================================
--- branches/release/more/getting_started/windows.html	(original)
+++ branches/release/more/getting_started/windows.html	2009-01-27 14:49:45 EST (Tue, 27 Jan 2009)
@@ -500,7 +500,7 @@
 C:\WINDOWS> cd <tt class="docutils literal"><span class="pre">C:\Program</span> <span class="pre">Files\boost\</span></tt><tt class="docutils literal"><span class="pre">boost_1_38_0</span></tt>
 <tt class="docutils literal"><span class="pre">C:\Program</span> <span class="pre">Files\boost\</span></tt><tt class="docutils literal"><span class="pre">boost_1_38_0</span></tt>> bjam <strong>^</strong>
 More? <strong>--build-dir=</strong>"C:\Documents and Settings\dave\build-boost" <strong>^</strong>
-More? <strong>--toolset=</strong> <strong>--build-type=complete</strong> msvc stage
+More? <strong>--build-type=complete</strong> <strong>msvc</strong> stage
 </pre>
 <p>Be sure to read <a class="reference internal" href="#continuation">this note</a> about the appearance of <tt class="docutils literal"><span class="pre">^</span></tt>,
 <tt class="docutils literal"><span class="pre">More?</span></tt> and quotation marks (<tt class="docutils literal"><span class="pre">"</span></tt>) in that line.</p>
@@ -537,7 +537,7 @@
 <p class="last">Boost.Build can produce a great deal of output, which can
 make it easy to miss problems.  If you want to make sure
 everything is went well, you might redirect the output into a
-file by appending â``>build.log 2>&1``â to your command line.</p>
+file by appending â<tt class="docutils literal"><span class="pre">>build.log</span> <span class="pre">2>&1</span></tt>â to your command line.</p>
 </div>
 </div>
 </div>
Modified: branches/release/more/getting_started/windows.rst
==============================================================================
--- branches/release/more/getting_started/windows.rst	(original)
+++ branches/release/more/getting_started/windows.rst	2009-01-27 14:49:45 EST (Tue, 27 Jan 2009)
@@ -215,7 +215,7 @@
    C:\\WINDOWS> cd |default-root|
    |default-root|> bjam **^**
    More? **--build-dir=**\ "C:\\Documents and Settings\\dave\\build-boost" **^**
-   More? **--toolset=**\  **--build-type=complete** msvc stage
+   More? **--build-type=complete** **msvc** stage
 
 Be sure to read `this note`__ about the appearance of ``^``,
 ``More?`` and quotation marks (``"``) in that line.