From ef4c1035109eacc6f29da7eceb1bc668aba52427 Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Fri, 29 Apr 2016 08:17:11 -0400 Subject: [PATCH] Remove syntactical change previously made. --- doc/src/reference.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/src/reference.xml b/doc/src/reference.xml index 6c7e31540..752cb57fa 100644 --- a/doc/src/reference.xml +++ b/doc/src/reference.xml @@ -1063,7 +1063,7 @@ using msvc : &toolset_ops; ; The command that compiles assembler sources. If not specified, ml will be used. The command will be invoked after the setup script was executed and adjusted - by the PATH variable. + the PATH variable. @@ -1072,7 +1072,7 @@ using msvc : &toolset_ops; ; The command that compiles C and C++ sources. If not specified, cl will be used. The command will be invoked after the setup script was executed and adjusted - by the PATH variable. + the PATH variable. @@ -1089,7 +1089,7 @@ using msvc : &toolset_ops; ; The command that compiles Microsoft COM interface definition files. If not specified, midl will be used. The command will be invoked after the setup script was - executed and adjusted by the PATH variable. + executed and adjusted the PATH variable. @@ -1099,7 +1099,7 @@ using msvc : &toolset_ops; ; The command that links executables and dynamic libraries. If not specified, link will be used. The command will be invoked after the setup script was executed - and adjusted by the PATH variable. + and adjusted the PATH variable. @@ -1108,7 +1108,7 @@ using msvc : &toolset_ops; ; The command that compiles Microsoft message catalog files. If not specified, mc will be used. The command will be invoked after the setup script was - executed and adjusted by the PATH variable. + executed and adjusted the PATH variable. @@ -1117,7 +1117,7 @@ using msvc : &toolset_ops; ; The command that compiles resource files. If not specified, rc will be used. The command will be - invoked after the setup script was executed and adjusted by the + invoked after the setup script was executed and adjusted the PATH variable. @@ -1448,7 +1448,7 @@ using cw : &toolset_ops; ; The command that compiles C and C++ sources. If not specified, mwcc will be used. The command will be invoked after the setup script was - executed and adjusted by the PATH variable. + executed and adjusted the PATH variable. @@ -1459,7 +1459,7 @@ using cw : &toolset_ops; ; libraries. If not specified, mwld will be used. The command will be invoked after the setup script was - executed and adjusted by the PATH variable. + executed and adjusted the PATH variable.