summaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-02-02 18:30:42 (GMT)
committerGitHub <noreply@github.com>2019-02-02 18:30:42 (GMT)
commit5e859ac7a1aee773e23679ffdeaabdd4a957cf4c (patch)
tree26c167283c196142b395f55172a1bc6ce72bf563 /doc/man
parent2b1d78af4586878d8fabb99cd9037c5d105a4e29 (diff)
parent3c785d3842e5cfd41689782d1e6425e0f6fd0f7f (diff)
downloadSCons-5e859ac7a1aee773e23679ffdeaabdd4a957cf4c.zip
SCons-5e859ac7a1aee773e23679ffdeaabdd4a957cf4c.tar.gz
SCons-5e859ac7a1aee773e23679ffdeaabdd4a957cf4c.tar.bz2
Merge pull request #3261 from mwichmann/doc-default
Improve scons docs regarding Default()
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/scons.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/scons.xml b/doc/man/scons.xml
index 0f59967..dc6c36c 100644
--- a/doc/man/scons.xml
+++ b/doc/man/scons.xml
@@ -274,7 +274,7 @@ scons
<para>will build all target files in or below the current directory.
Explicit default targets
(to be built when no targets are specified on the command line)
-may be defined the SConscript file(s)
+may be defined in the SConscript file(s)
using the
<emphasis role="bold">Default()</emphasis>
function, described below.</para>