Issue 2537: fix typos in the man page. (Luca Faravigna)
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 19 Jan 2010 19:33:40 +0000 (19:33 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 19 Jan 2010 19:33:40 +0000 (19:33 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@4639 fdb21ef1-2011-0410-befe-b5e4ea1792b1

src/CHANGES.txt
src/engine/SCons/Tool/applelink.xml
src/engine/SCons/Tool/fortran.xml
src/engine/SCons/Tool/latex.xml
src/engine/SCons/Tool/link.xml
src/engine/SCons/Tool/msvc.xml
src/engine/SCons/Tool/qt.xml

index bafee58ce3a91e65b5ec1bbc828e53f85127df94..c4f50dce7f547dc0cabb4590eb0b2b5dcf6ad9ab 100644 (file)
 
 RELEASE 1.2.0.d20100117 - Sun, 17 Jan 2010 14:26:59 -0800  
 
+  From Luca Falavigna:
+
+    - Fix typos in the man page.
+
+
+
+RELEASE X.X.X - XXX
+
   From Jim Randall:
     - Fixed temp filename race condition on Windows with long cmd lines.
 
index 10b4559877051f5064ec202b6c23ee556cd5f416..a36536b05b6700094702ed8c860a7efd142b0939 100644 (file)
@@ -32,7 +32,7 @@ On Mac OS X with gcc,
 general user-supplied frameworks options to be added at
 the end of a command
 line building a loadable module.
-(This has been largely superceded by
+(This has been largely superseded by
 the &cv-link-FRAMEWORKPATH;, &cv-link-FRAMEWORKPATHPREFIX;,
 &cv-link-FRAMEWORKPREFIX; and &cv-link-FRAMEWORKS; variables
 described above.)
index fa8133e34a21160d7ddebf3130dd076dd17f6559..8d7e7000c1c637e327d17ab462b99fff644b11e7 100644 (file)
@@ -230,7 +230,7 @@ construction variables are included on this command line.
 <summary>
 The string displayed when a Fortran source file
 is compiled to an object file
-after first running the file throught the C preprocessor.
+after first running the file through the C preprocessor.
 If this is not set, then &cv-link-FORTRANPPCOM;
 (the command line) is displayed.
 </summary>
@@ -295,7 +295,7 @@ are included on this command line.
 <summary>
 The string displayed when a Fortran source file
 is compiled to a shared-library object file
-after first running the file throught the C preprocessor.
+after first running the file through the C preprocessor.
 If this is not set, then &cv-link-SHFORTRANPPCOM;
 (the command line) is displayed.
 </summary>
index 1584e0fe35e991741c073e44f373cdcf0f55ffe0..56d7db50b0ecd05d6b9bf24bdb8f6111991958a2 100644 (file)
@@ -62,7 +62,7 @@ by re-running LaTeX up to three times.
 
 <cvar name="TEXINPUTS">
 <summary>
-List of directories that the LaTeX programm will search
+List of directories that the LaTeX program will search
 for include directories.
 The LaTeX implicit dependency scanner will search these
 directories for \include and \import files.
index 8737bea4d3d5b14f23d759f850a346e0e6bfcfcc..e8ca1dbbfa3956cc2c29766585b49eb8c2a1d926 100644 (file)
@@ -136,7 +136,7 @@ The linker for programs that use shared libraries.
 
 <cvar name="SHLINKCOM">
 <summary>
-The command line used to link programs using shared libaries.
+The command line used to link programs using shared libraries.
 </summary>
 </cvar>
 
index 9e3e863f764bbaed3f7cd96bcb80a2704ad0750d..f4be77059e87f43f2c95fd37a82c2a607412b4e3 100644 (file)
@@ -314,10 +314,16 @@ constructor; setting it later has no effect.
 This is currently only used on Windows, but in the future it will be
 used on other OSes as well.
 
-Valid values for Windows are 'x86', 'i386' (for 32 bits); 
-'amd64', 'emt64', 'x86_64' (64 bits);
-and 'ia64' (Itanium).
+Valid values for Windows are
+<literal>x86</literal>,
+<literal>i386</literal>
+(for 32 bits); 
+<literal>amd64</literal>,
+<literal>emt64</literal>,
+<literal>x86_64</literal>
+(for 64 bits);
+and <literal>ia64</literal> (Itanium).
 For example, if you want to compile 64-bit binaries, you would set
-TARGET_ARCH='x86_64' in your SCons environment.
+<literal>TARGET_ARCH='x86_64'</literal> in your SCons environment.
 </summary>
 </cvar>
index ea736982e312322735ed85b0ed1f2d45a7e6af06..fcab437f949ab00e719344f6ef8b6fa90855d951 100644 (file)
@@ -132,7 +132,7 @@ builder method.
 
 <cvar name="QT_AUTOSCAN">
 <summary>
-Turn off scanning for mocable files. Use the Moc Builder to explicitely
+Turn off scanning for mocable files. Use the Moc Builder to explicitly
 specify files to run moc on.
 </summary>
 </cvar>