diff --git a/getting_started/detail/library-naming.rst b/getting_started/detail/library-naming.rst
index 76d99ed..9797b77 100644
--- a/getting_started/detail/library-naming.rst
+++ b/getting_started/detail/library-naming.rst
@@ -67,8 +67,7 @@ following elements:
convention. On most unix-style platforms the extensions are
``.a`` and ``.so`` for static libraries (archives) and shared
libraries, respectively. On Windows, ``.dll`` indicates a shared
- library and (except for static libraries built by the ``gcc``
- toolset_, whose names always end in ``.a``) ``.lib`` indicates a
+ library and ``.lib`` indicates a
static or import library. Where supported by toolsets on unix
variants, a full version extension is added (e.g. ".so.1.34") and
a symbolic link to the library file, named without the trailing
diff --git a/getting_started/unix-variants.html b/getting_started/unix-variants.html
index f3bd8b1..4d389f7 100644
--- a/getting_started/unix-variants.html
+++ b/getting_started/unix-variants.html
@@ -431,7 +431,7 @@ bjam --build-dir=boost_1_38_0
$ bjam --build-dir=/tmp/build-boost --toolset=gcc stage
- 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”. 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``”.
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.
+file by appending “``>build.log 2>&1``” to your command line. @@ -646,8 +646,7 @@ tagged as "-1_31_1". convention. On most unix-style platforms the extensions are .a and .so for static libraries (archives) and shared libraries, respectively. On Windows, .dll indicates a shared -library and (except for static libraries built by the gcc -toolset, whose names always end in .a) .lib indicates a +library and .lib indicates a static or import library. Where supported by toolsets on unix variants, a full version extension is added (e.g. ".so.1.34") and a symbolic link to the library file, named without the trailing diff --git a/getting_started/windows.html b/getting_started/windows.html index 1face1f..41a2a7b 100644 --- a/getting_started/windows.html +++ b/getting_started/windows.html @@ -537,7 +537,7 @@ be interested in: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.
+file by appending “``>build.log 2>&1``” to your command line. @@ -741,8 +741,7 @@ tagged as "-1_31_1". convention. On most unix-style platforms the extensions are .a and .so for static libraries (archives) and shared libraries, respectively. On Windows, .dll indicates a shared -library and (except for static libraries built by the gcc -toolset, whose names always end in .a) .lib indicates a +library and .lib indicates a static or import library. Where supported by toolsets on unix variants, a full version extension is added (e.g. ".so.1.34") and a symbolic link to the library file, named without the trailing