diff options
author | Greg Noel <GregNoel@tigris.org> | 2008-09-07 05:48:16 (GMT) |
---|---|---|
committer | Greg Noel <GregNoel@tigris.org> | 2008-09-07 05:48:16 (GMT) |
commit | 744b7c2b302bec1a8eb5431e6367a82f43ba4cca (patch) | |
tree | ea5a312c1288aa9d08eee693385923a6e236d51f /doc | |
parent | af22522816d1f875dc0976ee3ca63f09e77e4ed4 (diff) | |
download | SCons-744b7c2b302bec1a8eb5431e6367a82f43ba4cca.zip SCons-744b7c2b302bec1a8eb5431e6367a82f43ba4cca.tar.gz SCons-744b7c2b302bec1a8eb5431e6367a82f43ba4cca.tar.bz2 |
typos and layout glitches
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index b0dd1e8..b3d2045 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -1336,24 +1336,29 @@ Warnings for some specific deprecated features may be enabled or disabled individually; see below. +.RS +.TP --warn=deprecated-copy, --warn=no-deprecated-copy Enables or disables warnings about use of the deprecated .B env.Copy() method. +.TP --warn=deprecated-source-signatures, --warn=no-deprecated-source-signatures Enables or disables warnings about use of the deprecated -SourceSignatures() function -or +.B SourceSignatures() +function or .B env.SourceSignatures() method. +.TP --warn=deprecated-target-signatures, --warn=no-deprecated-target-signatures Enables or disables warnings about use of the deprecated -TargetSignatures() function -or +.B TargetSignatures() +function or .B env.TargetSignatures() method. +.RE .TP --warn=duplicate-environment, --warn=no-duplicate-environment @@ -1521,7 +1526,7 @@ env = Environment(parse_flags = '-Iinclude -DEBUG -lm') This example adds 'include' to .BR CPPPATH , -\'EBUG' to +\&'EBUG' to .BR CPPDEFINES , and 'm' to .BR LIBS . @@ -8319,7 +8324,7 @@ and emitter functions. .SS Action Objects The -.BR Builder() +.BR Builder () function will turn its .B action keyword argument into an appropriate |