Fix doc typo reported in the mailing list and another small glitch
authorGregNoel <GregNoel@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 17 Sep 2008 02:18:03 +0000 (02:18 +0000)
committerGregNoel <GregNoel@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 17 Sep 2008 02:18:03 +0000 (02:18 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@3433 fdb21ef1-2011-0410-befe-b5e4ea1792b1

doc/man/scons.1

index 4364d7188fd9848ab8bffb6344329a1b24c256f6..eaf18e60e9153ac56a9be18328e906f83c28e11e 100644 (file)
@@ -98,17 +98,20 @@ Before reading the
 .I SConstruct
 file,
 .B scons
-adds looks for a dir named
+looks for a directory named
 .I site_scons
-in the dir containing the
+in the directory containing the
 .I SConstruct
-file; it adds that
+file; if it exists,
 .I site_scons
-to sys.path, reads the file
+is added to sys.path,
+the file
 .IR site_scons/site_init.py ,
-and adds the directory
+is evaluated if it exists,
+and the directory
 .I site_scons/site_tools
-to the default toolpath, if those exist.  See the
+is added to the default toolpath if it exist.
+See the
 .I --no-site-dir
 and
 .I --site-dir
@@ -1949,7 +1952,7 @@ env = Program('hello', 'hello.c', parse_flags = '-Iinclude -DEBUG -lm')
 
 This example adds 'include' to
 .BR CPPPATH ,
-\'EBUG' to
+\&'EBUG' to
 .BR CPPDEFINES ,
 and 'm' to
 .BR LIBS .