diff options
author | Alex Thiessen <alex.thiessen.de+github@gmail.com> | 2024-11-15 12:50:54 (GMT) |
---|---|---|
committer | Alex Thiessen <alex.thiessen.de+github@gmail.com> | 2024-11-15 15:07:51 (GMT) |
commit | a277b0c959ab178ca660924ddce96e6b2a9dbf93 (patch) | |
tree | 22fab9e75d48648a28aa23ac3df78283cf4b4923 | |
parent | b4ab76fb8f37bb0d9c76c10c91c9365af0861f5d (diff) | |
download | SCons-a277b0c959ab178ca660924ddce96e6b2a9dbf93.zip SCons-a277b0c959ab178ca660924ddce96e6b2a9dbf93.tar.gz SCons-a277b0c959ab178ca660924ddce96e6b2a9dbf93.tar.bz2 |
*.xml: Use en_US
-rw-r--r-- | SCons/Tool/lex.xml | 2 | ||||
-rw-r--r-- | doc/man/scons.xml | 2 | ||||
-rw-r--r-- | doc/user/file-removal.xml | 2 | ||||
-rw-r--r-- | doc/user/simple.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/SCons/Tool/lex.xml b/SCons/Tool/lex.xml index e1e1190..5bc0e30 100644 --- a/SCons/Tool/lex.xml +++ b/SCons/Tool/lex.xml @@ -27,7 +27,7 @@ This file is processed by the bin/SConsDoc.py module. <tool name="lex"> <summary> <para> -Sets construction variables for the &lex; lexical analyser. +Sets construction variables for the &lex; lexical analyzer. </para> </summary> <sets> diff --git a/doc/man/scons.xml b/doc/man/scons.xml index b8172ae..19063a3 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -3887,7 +3887,7 @@ The mechanism is portable across platforms. does not maintain an explicit cache of the tested values (this is different than &Autoconf;), but uses its normal dependency tracking to keep the checked values -up to date. However, users may override this behaviour with the +up to date. However, users may override this behavior with the <link linkend="opt-config"><option>--config</option></link> command line option.</para> diff --git a/doc/user/file-removal.xml b/doc/user/file-removal.xml index 082d17e..a91d9e0 100644 --- a/doc/user/file-removal.xml +++ b/doc/user/file-removal.xml @@ -41,7 +41,7 @@ This file is processed by the bin/SConsDoc.py module. <literal>-c</literal> option to "clean" a tree of its built targets. - These behaviours can be suppressed with the + These behaviors can be suppressed with the &Precious; and &NoClean; functions, respectively. </para> diff --git a/doc/user/simple.xml b/doc/user/simple.xml index 9f57d33..88e3d8c 100644 --- a/doc/user/simple.xml +++ b/doc/user/simple.xml @@ -308,7 +308,7 @@ public class Example1 in exactly the same way as you control what gets built. If you build the C example above and then invoke <userinput>scons -c</userinput> - afterwards, the output on POSIX looks like: + afterward, the output on POSIX looks like: </para> |