diff options
author | Steven Knight <knight@baldmt.com> | 2010-06-27 18:33:04 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2010-06-27 18:33:04 (GMT) |
commit | 9be7b07c0c453792c750e0842e81eb8cb9dbffc2 (patch) | |
tree | 7f8079aad795f2c98fd93e69bcbedcc47df8ba61 /doc/user/troubleshoot.in | |
parent | f90d10625d4d91e698160c77677ba07d6995e8e2 (diff) | |
download | SCons-9be7b07c0c453792c750e0842e81eb8cb9dbffc2.zip SCons-9be7b07c0c453792c750e0842e81eb8cb9dbffc2.tar.gz SCons-9be7b07c0c453792c750e0842e81eb8cb9dbffc2.tar.bz2 |
Issue 5062: XML fixes in the User's Guide. (Dirk Baechle)
Diffstat (limited to 'doc/user/troubleshoot.in')
-rw-r--r-- | doc/user/troubleshoot.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/user/troubleshoot.in b/doc/user/troubleshoot.in index 3e0bfdb..392caf6 100644 --- a/doc/user/troubleshoot.in +++ b/doc/user/troubleshoot.in @@ -34,7 +34,7 @@ &SCons; is no different. This appendix contains a number of different ways in which you can - get some additional insight into &SCons' behavior. + get some additional insight into &SCons;' behavior. </para> @@ -410,12 +410,12 @@ <para> - The <literaL>--tree</literal> option only prints + The <literal>--tree</literal> option only prints the dependency graph for the specified targets (or the default target(s) if none are specified on the command line). So if you specify a target like <filename>f2.o</filename> on the command line, - the <literaL>--tree</literal> option will only + the <literal>--tree</literal> option will only print the dependency graph for that file: </para> @@ -722,7 +722,7 @@ <para> - For example, the following &SConstruct file: + For example, the following &SConstruct; file: </para> |