Просмотр исходного кода

Fixes from Javier Estrada

[SVN r36566]
Dave Abrahams 19 лет назад
Родитель
Сommit
9cc625ac03

+ 2 - 2
more/getting_started/detail/distro.rst

@@ -5,7 +5,7 @@
 The Boost Distribution
 ======================
 
-This is is a sketch of the directory structure you'll end up with: 
+This is a sketch of the resulting directory structure:
 
 .. parsed-literal::
 
@@ -79,7 +79,7 @@ It's important to note the following:
 
      #include "boost/\ *whatever*\ .hpp"
 
-   depending on your religion as regards the use of angle bracket
+   depending on your preference regarding the use of angle bracket
    includes.  |forward-slashes|
 
 4. Don't be distracted by the ``doc``\ |/| subdirectory; it only

+ 4 - 4
more/getting_started/unix-variants.html

@@ -89,7 +89,7 @@ from <a class="reference" href="http://sourceforge.net/project/showfiles.php?gro
 </div>
 <div class="section">
 <h1><a class="toc-backref" href="#id18" id="the-boost-distribution" name="the-boost-distribution">2&nbsp;&nbsp;&nbsp;The Boost Distribution</a></h1>
-<p>This is is a sketch of the directory structure you'll end up with:</p>
+<p>This is a sketch of the resulting directory structure:</p>
 <pre class="literal-block">
 <strong>boost_1_34_0</strong><strong>/</strong> .................<em>The “boost root directory”</em>
    <strong>index.htm</strong> .........<em>A copy of www.boost.org starts here</em>
@@ -153,7 +153,7 @@ Boost <tt class="docutils literal"><span class="pre">#include</span></tt> direct
 <pre class="literal-block">
 #include &quot;boost/<em>whatever</em>.hpp&quot;
 </pre>
-<p>depending on your religion as regards the use of angle bracket
+<p>depending on your preference regarding the use of angle bracket
 includes.  <tt class="docutils literal"> </tt></p>
 </li>
 <li><p class="first">Don't be distracted by the <tt class="docutils literal"><span class="pre">doc</span></tt><tt class="docutils literal"><span class="pre">/</span></tt> subdirectory; it only
@@ -307,7 +307,7 @@ instructions</a>.</p>
 <h3><a class="toc-backref" href="#id26" id="identify-your-toolset" name="identify-your-toolset"><span id="toolset-name"></span><span id="toolset"></span>5.2.2&nbsp;&nbsp;&nbsp;Identify Your Toolset</a></h3>
 <p>First, find the toolset corresponding to your compiler in the
 following table.</p>
-<table border="1" class="docutils table">
+<table border="1" class="docutils">
 <colgroup>
 <col width="18%" />
 <col width="33%" />
@@ -582,7 +582,7 @@ of <tt class="docutils literal"><span class="pre">-mt</span></tt>.</dd>
 interoperability with other compiled code.  For each such
 feature, a single letter is added to the tag:</p>
 <blockquote>
-<table border="1" class="docutils table">
+<table border="1" class="docutils">
 <colgroup>
 <col width="6%" />
 <col width="94%" />

+ 4 - 4
more/getting_started/windows.html

@@ -77,7 +77,7 @@ distribution.<a class="footnote-reference" href="#zip" id="id2" name="id2"><sup>
 </div>
 <div class="section">
 <h1><a class="toc-backref" href="#id22" id="the-boost-distribution" name="the-boost-distribution">2&nbsp;&nbsp;&nbsp;The Boost Distribution</a></h1>
-<p>This is is a sketch of the directory structure you'll end up with:</p>
+<p>This is a sketch of the resulting directory structure:</p>
 <pre class="literal-block">
 <strong>boost_1_34_0</strong><strong>\</strong> .................<em>The “boost root directory”</em>
    <strong>index.htm</strong> .........<em>A copy of www.boost.org starts here</em>
@@ -144,7 +144,7 @@ Boost <tt class="docutils literal"><span class="pre">#include</span></tt> direct
 <pre class="literal-block">
 #include &quot;boost/<em>whatever</em>.hpp&quot;
 </pre>
-<p>depending on your religion as regards the use of angle bracket
+<p>depending on your preference regarding the use of angle bracket
 includes.  Even Windows users can (and, for
 portability reasons, probably should) use forward slashes in
 <tt class="docutils literal"><span class="pre">#include</span></tt> directives; your compiler doesn't care.</p>
@@ -370,7 +370,7 @@ instructions</a>.</p>
 <h3><a class="toc-backref" href="#id32" id="identify-your-toolset" name="identify-your-toolset"><span id="toolset-name"></span><span id="toolset"></span>5.2.2&nbsp;&nbsp;&nbsp;Identify Your Toolset</a></h3>
 <p>First, find the toolset corresponding to your compiler in the
 following table.</p>
-<table border="1" class="docutils table">
+<table border="1" class="docutils">
 <colgroup>
 <col width="18%" />
 <col width="33%" />
@@ -663,7 +663,7 @@ of <tt class="docutils literal"><span class="pre">-mt</span></tt>.</dd>
 interoperability with other compiled code.  For each such
 feature, a single letter is added to the tag:</p>
 <blockquote>
-<table border="1" class="docutils table">
+<table border="1" class="docutils">
 <colgroup>
 <col width="6%" />
 <col width="94%" />

粤ICP备19079148号