From cb74c3b9e9493dccb2e2e43a61067646c49f0f99 Mon Sep 17 00:00:00 2001 From: Michel Morin Date: Mon, 12 Mar 2012 00:31:50 +0000 Subject: [PATCH] Minor documentation fix [SVN r77311] --- doc/configuring_boost.qbk | 8 ++++---- doc/html/index.html | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/configuring_boost.qbk b/doc/configuring_boost.qbk index e6652642..2e444bab 100644 --- a/doc/configuring_boost.qbk +++ b/doc/configuring_boost.qbk @@ -111,7 +111,7 @@ There are two ways you can use this header: the default user.hpp provided by boost. This option allows only one configure-generated setup; boost developers should avoid this option, as it incurs the danger of accidentally committing a configure-modified -__BOOST_CONFIG_USER_HEADER__ to the cvs repository (something you will not +__BOOST_CONFIG_USER_HEADER__ to the svn repository (something you will not be thanked for!). * [*Option 2:] give the header a more memorable name, and place it somewhere @@ -237,7 +237,7 @@ than static libraries on Microsoft Windows (this macro is used to turn on to look for in a dll rather than in a static library). Note that there may be some libraries that can only be statically linked (Boost.Test for example) and others which may only be dynamically linked -(Boost.Threads for example), in these cases this macro has no effect. +(Boost.Thread for example), in these cases this macro has no effect. ]] [[`BOOST_`['WHATEVER]`_DYN_LINK`][ Forces library "whatever" to be linked as a dll rather than a static library @@ -248,7 +248,7 @@ to turn on `__declspec(dllimport)` modifiers, so that the compiler knows which symbols to look for in a dll rather than in a static library). Note that there may be some libraries that can only be statically linked (Boost.Test for example) and others which may only be dynamically linked -(Boost.Threads for example), in these cases this macro is unsupported. +(Boost.Thread for example), in these cases this macro is unsupported. ]] [[`BOOST_ALL_NO_LIB`][ Tells the config system not to automatically select which libraries to link @@ -307,7 +307,7 @@ boost macro being set implies that another must be set also. The following usage examples represent just a few of the possibilities: -[section Example 1, creating our own frozen configuration] +[section Example 1: creating our own frozen configuration] Lets suppose that we're building boost with Visual C++ 6, and STLport 4.0. Lets suppose also that we don't intend to update our compiler or standard library diff --git a/doc/html/index.html b/doc/html/index.html index dcfff8da..7c82b5ac 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -298,7 +298,7 @@ provided by boost. This option allows only one configure-generated setup; boost developers should avoid this option, as it incurs the danger of accidentally committing a configure-modified <boost/config/user.hpp> - to the cvs repository (something you will not be thanked for!). + to the svn repository (something you will not be thanked for!).
  • Option 2: give the header a more memorable @@ -587,7 +587,7 @@ knows which symbols to look for in a dll rather than in a static library). Note that there may be some libraries that can only be statically linked (Boost.Test for example) and others which may - only be dynamically linked (Boost.Threads for example), in these + only be dynamically linked (Boost.Thread for example), in these cases this macro has no effect.

    @@ -609,7 +609,7 @@ knows which symbols to look for in a dll rather than in a static library). Note that there may be some libraries that can only be statically linked (Boost.Test for example) and others which may - only be dynamically linked (Boost.Threads for example), in these + only be dynamically linked (Boost.Thread for example), in these cases this macro is unsupported.

    @@ -686,7 +686,7 @@ - +

    Last revised: March 10, 2012 at 18:02:52 GMT

    Last revised: March 12, 2012 at 00:24:44 GMT