diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-11-16 21:18:00 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2024-11-16 21:18:00 (GMT) |
commit | 0921270c14a7e13c01cda527650671b1c751806b (patch) | |
tree | d14858c8aea3f9b8db2d60306302c3133162f723 | |
parent | 6c64fb9fe0d1cc51b2414ffc903dc36bf6828268 (diff) | |
download | SCons-0921270c14a7e13c01cda527650671b1c751806b.zip SCons-0921270c14a7e13c01cda527650671b1c751806b.tar.gz SCons-0921270c14a7e13c01cda527650671b1c751806b.tar.bz2 |
change look-up and look up -> lookup
-rw-r--r-- | SCons/Tool/f90.xml | 4 | ||||
-rw-r--r-- | SCons/Tool/f95.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/SCons/Tool/f90.xml b/SCons/Tool/f90.xml index 4310ed8..89c5ddc 100644 --- a/SCons/Tool/f90.xml +++ b/SCons/Tool/f90.xml @@ -154,7 +154,7 @@ and the directories will not be searched by the dependency scanner. Note: directory names in &cv-link-F90PATH; 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 #: You only need to set &cv-link-F90PATH; if you need to define a specific include path for Fortran 90 files. You should normally set the &cv-link-FORTRANPATH; variable, @@ -168,7 +168,7 @@ env = Environment(F90PATH='#/include') </example_commands> <para> -The directory look-up can also be forced using the +The directory lookup can also be forced using the &Dir;() function: </para> diff --git a/SCons/Tool/f95.xml b/SCons/Tool/f95.xml index 91e5a48..5dd55d9 100644 --- a/SCons/Tool/f95.xml +++ b/SCons/Tool/f95.xml @@ -154,7 +154,7 @@ and the directories will not be searched by the dependency scanner. Note: directory names in &cv-link-F95PATH; 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 #: You only need to set &cv-link-F95PATH; if you need to define a specific include path for Fortran 95 files. You should normally set the &cv-link-FORTRANPATH; variable, @@ -168,7 +168,7 @@ env = Environment(F95PATH='#/include') </example_commands> <para> -The directory look-up can also be forced using the +The directory lookup can also be forced using the &Dir;() function: </para> |