summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2022-08-14 17:21:19 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2022-08-14 17:21:19 -0700
commit7951e61b4eba59309624211a98a6a0e30e54740c (patch)
tree13b8b2963b0e3d7b9a5fd2780ff39af6837d6216 /doc
parentf14796556e3b26c63422f62b2848b4be70088cb6 (diff)
downloadscons-git-7951e61b4eba59309624211a98a6a0e30e54740c.tar.gz
updates based on mwichmann's comments on the PR
Diffstat (limited to 'doc')
-rw-r--r--doc/generated/examples/caching_ex-random_1.xml6
-rw-r--r--doc/generated/functions.gen4
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/generated/examples/caching_ex-random_1.xml b/doc/generated/examples/caching_ex-random_1.xml
index b54cc3717..14432f1a9 100644
--- a/doc/generated/examples/caching_ex-random_1.xml
+++ b/doc/generated/examples/caching_ex-random_1.xml
@@ -1,8 +1,8 @@
<screen xmlns="http://www.scons.org/dbxsd/v1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">% <userinput>scons -Q</userinput>
-cc -o f1.o -c f1.c
+cc -o f4.o -c f4.c
+cc -o f5.o -c f5.c
cc -o f3.o -c f3.c
+cc -o f1.o -c f1.c
cc -o f2.o -c f2.c
-cc -o f5.o -c f5.c
-cc -o f4.o -c f4.c
cc -o prog f1.o f2.o f3.o f4.o f5.o
</screen>
diff --git a/doc/generated/functions.gen b/doc/generated/functions.gen
index 3c3413d81..03afa0568 100644
--- a/doc/generated/functions.gen
+++ b/doc/generated/functions.gen
@@ -4388,13 +4388,13 @@ the tool object, previously it did not return
<term><function>ValidateOptions</function>()</term>
<term><replaceable>env</replaceable>.<methodname>ValidateOptions</methodname>()</term>
<listitem><para>
- Check that all the options provided by the user on the command line are either defined by SCons itself
+ Check that all the options specified on the command line are either defined by SCons itself
or
defined by &f-link-AddOption;.
</para>
<para>
If there are any command line options not defined.
- Calling this function will cause SCons to issue an error message and then exit with and error exit
+ Calling this function will cause SCons to issue an error message and then exit with an error exit
status.
</para>
<para>