summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2022-06-25 18:06:38 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2022-06-25 18:06:38 (GMT)
commit9b7ba04890c6a88b49ff282659199183dda996f9 (patch)
tree2e252db2b78d5e6785e37fd50df5b8935d4bec9b
parent33fdb736de2e991e47cf39b3a0c6647d5e358920 (diff)
downloadSCons-9b7ba04890c6a88b49ff282659199183dda996f9.zip
SCons-9b7ba04890c6a88b49ff282659199183dda996f9.tar.gz
SCons-9b7ba04890c6a88b49ff282659199183dda996f9.tar.bz2
Minor edits. Link to Action Objects instead of just referencing it, and removed extraneous '(see)'
-rw-r--r--SCons/Environment.xml2
-rw-r--r--doc/man/scons.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/SCons/Environment.xml b/SCons/Environment.xml
index 23fba62..485fe39 100644
--- a/SCons/Environment.xml
+++ b/SCons/Environment.xml
@@ -1646,7 +1646,7 @@ and then executed.
Any additional arguments to &f-Execute;
are passed on to the &f-link-Action; factory function
which actually creates the Action object
-(see the manpage section "Action Objects"
+(see the manpage section <link linkend="action_objects">Action Objects</link>
for a description). Example:
</para>
diff --git a/doc/man/scons.xml b/doc/man/scons.xml
index 8545cb7..ef96d28 100644
--- a/doc/man/scons.xml
+++ b/doc/man/scons.xml
@@ -6076,7 +6076,7 @@ keyword arguments may not both be supplied in a single call to &f-Action;
<para>
Printing of action strings is affected by the setting of
-&cv-link-PRINT_CMD_LINE_FUNC; (see).
+&cv-link-PRINT_CMD_LINE_FUNC;.
</para>
<para>Examples:</para>