summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.116
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index 3e75d77..5ef46a8 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -2395,6 +2395,13 @@ foo = FindFile('foo', ['dir1', 'dir2'])
.\"XXX
.TP
+.RI GetJobs()
+Get the number of jobs (commands) that will be run simultaneously. See also
+.I -j
+and
+.IR SetJobs() .
+
+.TP
.RI Help( text )
This specifies help text to be printed if the
.B -h
@@ -2611,6 +2618,15 @@ longer to compute, but "timestamp" signatures are less accurate. The
default is "MD5".
.TP
+.RI SetJobs( num )
+Specifies the number of jobs (commands) to run simultaneously.
+.I -j
+overrides this function. See also
+.I -j
+and
+.IR GetJobs() .
+
+.TP
.RI Split( arg )
Returns a list of file names or other objects.
If arg is a string,