From 744b7c2b302bec1a8eb5431e6367a82f43ba4cca Mon Sep 17 00:00:00 2001 From: Greg Noel Date: Sun, 7 Sep 2008 05:48:16 +0000 Subject: typos and layout glitches --- doc/man/scons.1 | 17 +++++++++++------ 1 file 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 -- cgit v0.12