diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-11-16 20:55:30 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2024-11-16 20:55:30 (GMT) |
commit | eb2c287dd14b4f9e2d191ce295db371297172f14 (patch) | |
tree | 0bfc0511754eff14403d9d708cd2f41d4db8496e | |
parent | c2a8c0c0760cc4ca4288f3fc117c7db63d129668 (diff) | |
download | SCons-eb2c287dd14b4f9e2d191ce295db371297172f14.zip SCons-eb2c287dd14b4f9e2d191ce295db371297172f14.tar.gz SCons-eb2c287dd14b4f9e2d191ce295db371297172f14.tar.bz2 |
change look-up -> look up
-rw-r--r-- | SCons/Defaults.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SCons/Defaults.xml b/SCons/Defaults.xml index ce24b3b..71c214d 100644 --- a/SCons/Defaults.xml +++ b/SCons/Defaults.xml @@ -285,7 +285,7 @@ env = Environment(CPPPATH='#/include') </example_commands> <para> -The directory look-up can also be forced using the +The directory look up can also be forced using the &f-link-Dir; function: </para> @@ -548,7 +548,7 @@ directory names in &cv-LIBPATH; will be looked-up relative to the directory of the SConscript file 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 look up a directory relative to the root of the source tree, use the <literal>#</literal> prefix: </para> @@ -557,7 +557,7 @@ env = Environment(LIBPATH='#/libs') </example_commands> <para> -The directory look-up can also be forced using the +The directory look up can also be forced using the &f-link-Dir; function: </para> |