summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2021-07-21 09:57:18 -0600
committerMats Wichmann <mats@linux.com>2021-07-21 09:59:40 -0600
commitc150c9c4d08161db2c0f462f0cb6ada85b488d39 (patch)
tree4f394c1ceb30558574f8c127c410ad3bd4593bee
parent4bd2ac8fa4e908b1fec8006fecd9e503bc796626 (diff)
downloadscons-git-c150c9c4d08161db2c0f462f0cb6ada85b488d39.tar.gz
Minor tweak to Tools.xml - correct referrring text [ci skip]
In two places a reference to a section is made using "below" implying the section is in same doc, but Tools.xml definitions are distributed to both docs and this is incorrect for User Guide. Use "in manpage" instead. Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r--SCons/Tool/Tool.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/SCons/Tool/Tool.xml b/SCons/Tool/Tool.xml
index b9aeb0d8c..de71efb6b 100644
--- a/SCons/Tool/Tool.xml
+++ b/SCons/Tool/Tool.xml
@@ -282,8 +282,8 @@ Note that the source files will be scanned
according to the suffix mappings in the
<classname>SourceFileScanner</classname>
object.
-See the section "Scanner Objects,"
-below, for more information.
+See the manpage section "Scanner Objects"
+for more information.
</para>
</summary>
</builder>
@@ -387,8 +387,8 @@ Note that the source files will be scanned
according to the suffix mappings in the
<classname>SourceFileScanner</classname>
object.
-See the section "Scanner Objects,"
-below, for more information.
+See the manpage section "Scanner Objects"
+for more information.
</para>
</summary>
</builder>