From fed0db6f5ad2d2bc4ddcb53a5331c6d0dee89510 Mon Sep 17 00:00:00 2001 From: GregNoel Date: Sun, 7 Sep 2008 05:48:16 +0000 Subject: [PATCH] typos and layout glitches git-svn-id: http://scons.tigris.org/svn/scons/trunk@3364 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- 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 b0dd1e89..b3d20458 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 -- 2.26.2