diff options
author | Greg Noel <GregNoel@tigris.org> | 2008-08-18 15:00:08 (GMT) |
---|---|---|
committer | Greg Noel <GregNoel@tigris.org> | 2008-08-18 15:00:08 (GMT) |
commit | b40eaa92616025187ec7da47d21522edcaddfecd (patch) | |
tree | af11ac776892817cffc0f33841bc1ffc01c1d4a6 /doc | |
parent | bfb3ea5d6559ff4da69f46fb59150fd4ad1a27ec (diff) | |
download | SCons-b40eaa92616025187ec7da47d21522edcaddfecd.zip SCons-b40eaa92616025187ec7da47d21522edcaddfecd.tar.gz SCons-b40eaa92616025187ec7da47d21522edcaddfecd.tar.bz2 |
Typos from issue 2159 plus some others I found
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 6cdf1e0..139b050 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -2212,10 +2212,9 @@ for scanning D source files, You can also write your own Scanners to add support for additional source file types. These can be added to the default -Scanner object used by -the -.BR Object () -.BR StaticObject () +Scanner object used by the +.BR Object (), +.BR StaticObject (), and .BR SharedObject () Builders by adding them @@ -3940,8 +3939,7 @@ Nodes or strings representing path names. .TP .RI env.GetLaunchDir() Returns the absolute path name of the directory from which -.B -scons +.B scons was initially invoked. This can be useful when using the .BR \-u , @@ -5099,7 +5097,7 @@ The optional .I exports argument provides a list of variable names or a dictionary of named values to export to the -.IR script(s) ". " +.IR script(s) . These variables are locally exported only to the specified .IR script(s) , and do not affect the global pool of variables used by the @@ -5735,8 +5733,6 @@ Tag( Library( 'lib.c' ), UNIX_ATTR="0644" ) # marks file2.txt to be a documentation file Tag( 'file2.txt', DOC ) .EE -</summary> -</builder> '\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .TP |