From 2c6ff299c6cc72fa9cd65791a1776b64d509c845 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Tue, 27 Mar 2012 21:10:13 -0400 Subject: Fix several typos and grammatical errors in the user guide. --- doc/user/add-method.in | 2 +- doc/user/add-method.xml | 2 +- doc/user/builders-writing.in | 6 +++--- doc/user/builders-writing.xml | 6 +++--- doc/user/command-line.in | 2 +- doc/user/command-line.xml | 4 ++-- doc/user/depends.in | 6 +++--- doc/user/depends.xml | 6 +++--- doc/user/environments.in | 4 ++-- doc/user/environments.xml | 4 ++-- 10 files changed, 21 insertions(+), 21 deletions(-) diff --git a/doc/user/add-method.in b/doc/user/add-method.in index 7efd923..2deb07a 100644 --- a/doc/user/add-method.in +++ b/doc/user/add-method.in @@ -65,7 +65,7 @@ - As mentioned, a psuedo-builder also provides more flexibility + As mentioned, a pseudo-builder also provides more flexibility in parsing arguments than you can get with a &Builder;. The next example shows a pseudo-builder with a named argument that modifies the filename, and a separate argument diff --git a/doc/user/add-method.xml b/doc/user/add-method.xml index 51bc04b..3aac7a8 100644 --- a/doc/user/add-method.xml +++ b/doc/user/add-method.xml @@ -64,7 +64,7 @@ - As mentioned, a psuedo-builder also provides more flexibility + As mentioned, a pseudo-builder also provides more flexibility in parsing arguments than you can get with a &Builder;. The next example shows a pseudo-builder with a named argument that modifies the filename, and a separate argument diff --git a/doc/user/builders-writing.in b/doc/user/builders-writing.in index 93a183c..749a8ba 100644 --- a/doc/user/builders-writing.in +++ b/doc/user/builders-writing.in @@ -98,8 +98,8 @@ This functionality could be invoked as in the following example: Although &SCons; provides many useful methods - for building common software products: - programs, libraries, documents. + for building common software products + (programs, libraries, documents, etc.), you frequently want to be able to build some other type of file not supported directly by &SCons;. @@ -109,7 +109,7 @@ This functionality could be invoked as in the following example: (In fact, the &SCons; interfaces for creating &Builder; objects are flexible enough and easy enough to use that all of the the &SCons; built-in &Builder; objects - are created the mechanisms described in this section.) + are created using the mechanisms described in this section.) diff --git a/doc/user/builders-writing.xml b/doc/user/builders-writing.xml index c8ff003..f42a61f 100644 --- a/doc/user/builders-writing.xml +++ b/doc/user/builders-writing.xml @@ -98,8 +98,8 @@ This functionality could be invoked as in the following example: Although &SCons; provides many useful methods - for building common software products: - programs, libraries, documents. + for building common software products + (programs, libraries, documents, etc.), you frequently want to be able to build some other type of file not supported directly by &SCons;. @@ -109,7 +109,7 @@ This functionality could be invoked as in the following example: (In fact, the &SCons; interfaces for creating &Builder; objects are flexible enough and easy enough to use that all of the the &SCons; built-in &Builder; objects - are created the mechanisms described in this section.) + are created using the mechanisms described in this section.) diff --git a/doc/user/command-line.in b/doc/user/command-line.in index 42f8e2e..33f88ec 100644 --- a/doc/user/command-line.in +++ b/doc/user/command-line.in @@ -62,7 +62,7 @@ Any command-line argument containing an = (equal sign) is considered a variable setting with the form - variable=value + variable=value. &SCons; provides direct access to all of the command-line variable settings, the ability to apply command-line variable settings diff --git a/doc/user/command-line.xml b/doc/user/command-line.xml index 49edf8a..1006c6b 100644 --- a/doc/user/command-line.xml +++ b/doc/user/command-line.xml @@ -62,7 +62,7 @@ Any command-line argument containing an = (equal sign) is considered a variable setting with the form - variable=value + variable=value. &SCons; provides direct access to all of the command-line variable settings, the ability to apply command-line variable settings @@ -1086,7 +1086,7 @@ by the ones specified on the command line. - +
diff --git a/doc/user/depends.in b/doc/user/depends.in index 88828fe..f601312 100644 --- a/doc/user/depends.in +++ b/doc/user/depends.in @@ -593,11 +593,11 @@ - Another thing to look out for, is the fact that the three + Another thing to look out for is the fact that the three attributes above may not be present at the time of the first run. - Without any prior build, no targets got created and no + Without any prior build, no targets have been created and no .sconsign DB file exists yet. - So, it is recommended to always check whether the + So, you should always check whether the prev_ni attribute in question is available. diff --git a/doc/user/depends.xml b/doc/user/depends.xml index a5e84d6..df2a911 100644 --- a/doc/user/depends.xml +++ b/doc/user/depends.xml @@ -589,11 +589,11 @@ - Another thing to look out for, is the fact that the three + Another thing to look out for is the fact that the three attributes above may not be present at the time of the first run. - Without any prior build, no targets got created and no + Without any prior build, no targets have been created and no .sconsign DB file exists yet. - So, it is recommended to always check whether the + So, you should always check whether the prev_ni attribute in question is available. diff --git a/doc/user/environments.in b/doc/user/environments.in index f767676..9f39347 100644 --- a/doc/user/environments.in +++ b/doc/user/environments.in @@ -684,7 +684,7 @@ environment, of directory names, suffixes, etc. Another way to get information from - a construction environment. + a construction environment is to use the &subst; method on a string containing $ expansions of construction variable names. @@ -874,7 +874,7 @@ environment, of directory names, suffixes, etc. You can, however, control the settings - in the default contstruction environment + in the default construction environment by using the &DefaultEnvironment; function to initialize various settings: diff --git a/doc/user/environments.xml b/doc/user/environments.xml index b2a8505..eaf4ba3 100644 --- a/doc/user/environments.xml +++ b/doc/user/environments.xml @@ -684,7 +684,7 @@ environment, of directory names, suffixes, etc. Another way to get information from - a construction environment. + a construction environment is to use the &subst; method on a string containing $ expansions of construction variable names. @@ -875,7 +875,7 @@ environment, of directory names, suffixes, etc. You can, however, control the settings - in the default contstruction environment + in the default construction environment by using the &DefaultEnvironment; function to initialize various settings: -- cgit v0.12