diff options
author | Alex Thiessen <alex.thiessen.de+github@gmail.com> | 2024-11-15 13:07:33 (GMT) |
---|---|---|
committer | Alex Thiessen <alex.thiessen.de+github@gmail.com> | 2024-11-15 15:07:51 (GMT) |
commit | 39f1cb1092aa647c8322f6eeabae23932e987054 (patch) | |
tree | 32d07e4897fa020682e2295677e9998bb8683e07 | |
parent | 8a43edd4bfb38fd379206dbc8b085fc259461ce6 (diff) | |
download | SCons-39f1cb1092aa647c8322f6eeabae23932e987054.zip SCons-39f1cb1092aa647c8322f6eeabae23932e987054.tar.gz SCons-39f1cb1092aa647c8322f6eeabae23932e987054.tar.bz2 |
*.xml: Remove trailing whitespace
-rw-r--r-- | SCons/Tool/msvs.xml | 2 | ||||
-rw-r--r-- | doc/man/scons-time.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/SCons/Tool/msvs.xml b/SCons/Tool/msvs.xml index 392dd73..88aa854 100644 --- a/SCons/Tool/msvs.xml +++ b/SCons/Tool/msvs.xml @@ -552,7 +552,7 @@ env.MSVSProject( Under certain circumstances, solution file names or solution file nodes may be present in the <parameter>projects</parameter> argument list. - When solution file names or nodes are present in the + When solution file names or nodes are present in the <parameter>projects</parameter> argument list, the generated solution file may contain erroneous Project records resulting in VS IDE error messages when opening the generated solution diff --git a/doc/man/scons-time.xml b/doc/man/scons-time.xml index c5bc139..2ce8c3b 100644 --- a/doc/man/scons-time.xml +++ b/doc/man/scons-time.xml @@ -41,7 +41,7 @@ </refnamediv> <refsynopsisdiv id='synopsis'> <cmdsynopsis> - <command>scons-time</command> + <command>scons-time</command> <arg choice='plain'><replaceable>subcommand</replaceable></arg> <arg choice='opt' rep='repeat'><replaceable>options</replaceable></arg> <arg choice='opt' rep='repeat'><replaceable>arguments</replaceable></arg> @@ -129,7 +129,7 @@ </refsect1> <refsect1 id='description'><title>DESCRIPTION</title> -<para>The +<para>The <command>scons-time</command> command runs an SCons configuration through a standard set of profiled timings |