From a851007c86d117f38aacd59fe462da5ecc4f1b5a Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Fri, 3 Jul 2020 12:59:53 -0600 Subject: [PR #3730] fix doc syntax errors [skip appveyor] Signed-off-by: Mats Wichmann --- SCons/Tool/msvc.xml | 10 +++++----- doc/man/sconsign.xml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/SCons/Tool/msvc.xml b/SCons/Tool/msvc.xml index 25fa51f..fd83f61 100644 --- a/SCons/Tool/msvc.xml +++ b/SCons/Tool/msvc.xml @@ -385,13 +385,13 @@ Use a batch script to set up Microsoft Visual Studio compiler. -If set to the name of a Visual Studio .bat file -(e.g. vcvars.bat), +If set to the name of a Visual Studio .bat file +(e.g. vcvars.bat), &SCons; will run that batch file instead of the auto-detected one, and extract the relevant variables from the result (typically -%INCLUDE%, -%LIB%, and -%PATH%) for supplying to the build. +%INCLUDE%, +%LIB%, and +%PATH%) for supplying to the build. This can be useful to force the use of a compiler version that &SCons; does not detect. diff --git a/doc/man/sconsign.xml b/doc/man/sconsign.xml index 93842ad..af4ec91 100644 --- a/doc/man/sconsign.xml +++ b/doc/man/sconsign.xml @@ -306,8 +306,8 @@ for all entries or the specified entries. - SEE ALSO + scons, the SCons User Guide at , -- cgit v0.12