summaryrefslogtreecommitdiffstats
path: root/doc/user/less-simple.in
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-01-29 17:06:51 (GMT)
committerSteven Knight <knight@baldmt.com>2009-01-29 17:06:51 (GMT)
commit547744d13edc993d1357a1f7b692867b0e25f49d (patch)
treecf939cad2fefdf7135ee8522740705adafbe55aa /doc/user/less-simple.in
parent1498b1e8c83c6aced5e96a72b28a64ef2bdf2ffd (diff)
downloadSCons-547744d13edc993d1357a1f7b692867b0e25f49d.zip
SCons-547744d13edc993d1357a1f7b692867b0e25f49d.tar.gz
SCons-547744d13edc993d1357a1f7b692867b0e25f49d.tar.bz2
User's Guide updates: fix typos, clarify various things. (Robert P. J. Day)
Diffstat (limited to 'doc/user/less-simple.in')
-rw-r--r--doc/user/less-simple.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/user/less-simple.in b/doc/user/less-simple.in
index 23b585c..f7bd7d5 100644
--- a/doc/user/less-simple.in
+++ b/doc/user/less-simple.in
@@ -231,8 +231,12 @@
<para>
- The SCons man page has more details on using &Glob; with Variant
- directories and Repositories, and returning strings rather than Nodes.
+ The SCons man page has more details on using &Glob;
+ with variant directories
+ (see <xref linkend="chap-variants"></xref>, below)
+ and repositories
+ (see <xref linkend="chap-repositories"></xref>, below),
+ and returning strings rather than Nodes.
</para>
@@ -578,7 +582,7 @@
&SCons; recognizes that the object files for
the &common1_c; and &common2_c; source files
- each only need to be built once,
+ each need to be built only once,
even though the resulting object files are
each linked in to both of the resulting executable programs: