typos and layout glitches
authorGregNoel <GregNoel@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 7 Sep 2008 05:48:16 +0000 (05:48 +0000)
committerGregNoel <GregNoel@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 7 Sep 2008 05:48:16 +0000 (05:48 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@3364 fdb21ef1-2011-0410-befe-b5e4ea1792b1

doc/man/scons.1

index b0dd1e89344c6e8fd03aff0226eea78d83a19a6f..b3d204583e4f84a1f4186e31e7975e2260f1aaf0 100644 (file)
@@ -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