summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2024-11-16 21:24:16 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2024-11-16 21:24:16 (GMT)
commit06ae4b4a0d6c8dbd1c6a1bf7c4d76d4e97b39873 (patch)
tree2a72612498f4e4ff02d08221156f96c203a4d5fa
parentd4bc7a03c4b05a75e0ef83a9b653fa80dfac9daf (diff)
downloadSCons-06ae4b4a0d6c8dbd1c6a1bf7c4d76d4e97b39873.zip
SCons-06ae4b4a0d6c8dbd1c6a1bf7c4d76d4e97b39873.tar.gz
SCons-06ae4b4a0d6c8dbd1c6a1bf7c4d76d4e97b39873.tar.bz2
[ci skip] change look-up and look up -> lookup, also use the Tool entity instead of the word tool
-rw-r--r--SCons/Tool/fortran.xml2
-rw-r--r--SCons/Tool/gs.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/SCons/Tool/fortran.xml b/SCons/Tool/fortran.xml
index d9a84a5..2b62f05 100644
--- a/SCons/Tool/fortran.xml
+++ b/SCons/Tool/fortran.xml
@@ -239,7 +239,7 @@ non-portable and the directories will not be searched by the dependency
scanner. Note: directory names in FORTRANPATH will be looked-up relative
to the SConscript directory when they are used in a command. To force
&scons;
-to look up a directory relative to the root of the source tree, use #:
+to lookup a directory relative to the root of the source tree, use #:
</para>
<example_commands>
diff --git a/SCons/Tool/gs.xml b/SCons/Tool/gs.xml
index 2e0f46e..0feec0b 100644
--- a/SCons/Tool/gs.xml
+++ b/SCons/Tool/gs.xml
@@ -27,7 +27,7 @@ This file is processed by the bin/SConsDoc.py module.
<tool name="gs">
<summary>
<para>
-This tool sets the required construction variables for working with
+This &f-Tool; sets the required construction variables for working with
the Ghostscript software. It also registers an appropriate Action
with the &b-link-PDF; Builder, such that the conversion from
PS/EPS to PDF happens automatically for the TeX/LaTeX toolchain.