summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-02-19 22:27:45 (GMT)
committerSteven Knight <knight@baldmt.com>2009-02-19 22:27:45 (GMT)
commit0ffaa445c912caef643ad78e2203c7463ca388ab (patch)
tree3ed11b71685a544eb2fafacc1a95dfccd82f6ea8 /doc
parent29ad561d6bb373384273e24047efa79a88d406e7 (diff)
downloadSCons-0ffaa445c912caef643ad78e2203c7463ca388ab.zip
SCons-0ffaa445c912caef643ad78e2203c7463ca388ab.tar.gz
SCons-0ffaa445c912caef643ad78e2203c7463ca388ab.tar.bz2
Spell the Windows environment variables consistently "SystemDrive"
and "SystemRoot" instead of "SYSTEMDRIVE" and "SYSTEMROOT".
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.110
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index d1f9dcd..ba51518 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -1600,9 +1600,9 @@ and suffixes appropriate for the platform.
Note that the
.B win32
platform adds the
-.B SYSTEMDRIVE
+.B SystemDrive
and
-.B SYSTEMROOT
+.B SystemRoot
variables from the user's external environment
to the construction environment's
.B ENV
@@ -4730,7 +4730,7 @@ P4LANGUAGE,
P4PASSWD,
P4PORT,
P4USER,
-SYSTEMROOT,
+SystemRoot,
USER,
and
USERNAME.
@@ -4761,9 +4761,9 @@ env.Platform('posix')
Note that the
.B win32
platform adds the
-.B SYSTEMDRIVE
+.B SystemDrive
and
-.B SYSTEMROOT
+.B SystemRoot
variables from the user's external environment
to the construction environment's
.B ENV