diff --git a/doc/src/advanced.xml b/doc/src/advanced.xml index 9a4662f77..2a30bc8ff 100644 --- a/doc/src/advanced.xml +++ b/doc/src/advanced.xml @@ -1402,7 +1402,7 @@ bjam app1 lib1//lib1 toolset=gcc variant=debug optimization=full bjam app1 lib1//lib1 gcc debug optimization=full The complete syntax, which has some additional shortcuts, is - described in . + described in . diff --git a/doc/src/howto.xml b/doc/src/howto.xml index bd0cf5b5e..4a8b892b3 100644 --- a/doc/src/howto.xml +++ b/doc/src/howto.xml @@ -22,7 +22,7 @@ If you're trying to build a project which uses Boost.Build, see and then read about - . + . diff --git a/doc/src/reference.xml b/doc/src/reference.xml index 80c3484fc..9f8302a22 100644 --- a/doc/src/reference.xml +++ b/doc/src/reference.xml @@ -770,10 +770,10 @@ using gcc : &toolset_ops; ; &option_list_intro; - - @@ -848,7 +848,7 @@ using msvc : &toolset_ops; ; &option_list_intro; - @@ -1034,7 +1034,7 @@ using intel-win : &toolset_ops; ; &option_list_intro; - @@ -1042,7 +1042,7 @@ using intel-win : &toolset_ops; ; The Linux version supports the following additional options: - @@ -1073,7 +1073,7 @@ using acc : &toolset_ops; ; &option_list_intro; - @@ -1108,7 +1108,7 @@ using borland : &toolset_ops; ; &option_list_intro; - @@ -1135,7 +1135,7 @@ using como-linux : &toolset_ops; ; &option_list_intro; - @@ -1170,10 +1170,10 @@ using cw : &toolset_ops; ; &option_list_intro; - - @@ -1232,7 +1232,7 @@ using dmc : &toolset_ops; ; &option_list_intro; - @@ -1257,7 +1257,7 @@ using hp_cxx : &toolset_ops; ; &option_list_intro; - @@ -1293,7 +1293,7 @@ using sun : &toolset_ops; ; &option_list_intro; - diff --git a/doc/src/v1_vs_v2.xml b/doc/src/v1_vs_v2.xml index 8b77b8f01..482b61cf8 100644 --- a/doc/src/v1_vs_v2.xml +++ b/doc/src/v1_vs_v2.xml @@ -92,7 +92,7 @@ bjam toolset=msvc variant=release some_target bjam msvc release some_target - See the reference for a + See the reference for a complete description of the syntax.