Apply typo fixes from Julio M. Merino Vidal

[SVN r27513]
This commit is contained in:
Rene Rivera 2005-02-27 17:28:24 +00:00
parent 3aafe8fa4e
commit 0a82ecf0d6
10 changed files with 17 additions and 13 deletions

10
Jamfile
View file

@ -9,7 +9,8 @@ Usage:
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.
@ -49,18 +50,19 @@ Locations:
Default; PREFIX/include
--builddir=DIR Build in this location instead of building
within the distribution tree. Recomended!
within the distribution tree. Recommended!
--stagedir=DIR When staging only, stage to the location.
Default; ./stage
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

@ -1 +1 @@
Subproject commit c0783b62c08903ad24e158dfe5989e0b82d59e62
Subproject commit 3390d77e28057fea92058222bd6055cad0cf63b1

@ -1 +1 @@
Subproject commit 1d018cc6020fc4a7d5d1ba176916daddfdc14edd
Subproject commit ef895f0cc73d4ac72e9419c015506a04abd3eda0

@ -1 +1 @@
Subproject commit 4e459908ffcc1c8964fbd0e38343511420c1b5e0
Subproject commit 3b3506d454fd37558d282a5893e607dbc4da4aeb

@ -1 +1 @@
Subproject commit bcb6370b0e8a074dbabcb867168c5fd3f7075fb5
Subproject commit c25967a0942526b04a6be8041f2db659b197b581

@ -1 +1 @@
Subproject commit 18c7fb72b5ccfc0182a208d6ac897e23346ff77c
Subproject commit 3ab4d38931f35a7a9ff118794d6432b96af1f7fb

View file

@ -75,7 +75,7 @@ void* memcpy(void* region1, const void* region2, size_t n)
not in an array? Perhaps it is in a linked list. Can we generalize the
notion of copy to any sequence of elements? Looking at the body of
<tt>memcpy()</tt>, the function's <b><i>minimal requirements</i></b> are
that it needs to to <i>traverse</i> through the sequence using some sort
that it needs to <i>traverse</i> through the sequence using some sort
of pointer, <i>access</i> elements pointed to, <i>write</i> the elements
to the destination, and <i>compare</i> pointers to know when to stop. The
C++ standard library groups requirements such as these into

View file

@ -170,7 +170,7 @@
are using a Boost distribution is to <strong><a href="http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=72941">
download a prebuilt executable</a></strong> from SourceForge. If a
prebuilt executable is not provided for your platform or you are using Boost's
sources in an unreleased state, it may be neccessary to <A href="../tools/build/jam_src/index.html#building_bjam">
sources in an unreleased state, it may be necessary to <A href="../tools/build/jam_src/index.html#building_bjam">
build <tt>bjam</tt> from sources</A> included in the Boost source tree. To
install Boost.Jam, copy the <tt>bjam</tt> executable to a location accessible
in your <tt>PATH</tt>.</td>

View file

@ -102,7 +102,9 @@
watching the Boost library development process.&nbsp; Virtually all Boost
decisions, major or minor, technical or otherwise, are reached via public
discussion on this mailing list.&nbsp; It is where the formal reviews of
proposed libraries take place. Subscribe or unsubscribe at <a href="http://lists.boost.org/mailman/listinfo.cgi/boost" >http://lists.boost.org/mailman/listinfo.cgi/boost</a></p>
proposed libraries take place. Subscribe or unsubscribe at <a
href="http://lists.boost.org/mailman/listinfo.cgi/boost"
>http://lists.boost.org/mailman/listinfo.cgi/boost</a>.</p>
<p>When we talk about the "members of Boost", we are talking about those
signed up for this main mailing list.</p>

@ -1 +1 @@
Subproject commit 5325d9c40507844eb87ab28b84538206032e48d5
Subproject commit dd959a722739e4670bd83a158d166b572dbd3a55