summaryrefslogtreecommitdiffstats
path: root/doc/user
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-01-12 07:15:03 (GMT)
committerSteven Knight <knight@baldmt.com>2010-01-12 07:15:03 (GMT)
commit5580a9f84b3cb845bf823f00b4ec465524022717 (patch)
treedb455fb86ec5c50a964c731a8d6b4235ef84b7f8 /doc/user
parent712485a2fef16ee9b1850c7ed634e3d402706286 (diff)
downloadSCons-5580a9f84b3cb845bf823f00b4ec465524022717.zip
SCons-5580a9f84b3cb845bf823f00b4ec465524022717.tar.gz
SCons-5580a9f84b3cb845bf823f00b4ec465524022717.tar.bz2
Updates for changes to SCons error messages.
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/factories.xml2
-rw-r--r--doc/user/misc.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/factories.xml b/doc/user/factories.xml
index 6424207..f6ea89d 100644
--- a/doc/user/factories.xml
+++ b/doc/user/factories.xml
@@ -344,7 +344,7 @@
Copy("tempdir/file.in", "file.in")
process tempdir
Move("file.out", "tempdir/output_file")
- scons: *** [file.out] No such file or directory
+ scons: *** [file.out] tempdir/output_file: No such file or directory
</screen>
</section>
diff --git a/doc/user/misc.xml b/doc/user/misc.xml
index f6dec57..7d2bf23 100644
--- a/doc/user/misc.xml
+++ b/doc/user/misc.xml
@@ -473,7 +473,7 @@
<screen>
% <userinput>scons -Q</userinput>
- AttributeError: NodeList instance has no attribute 'abspath':
+ AttributeError: 'NodeList' object has no attribute 'abspath':
File "/home/my/project/SConstruct", line 8:
print object_file.abspath
</screen>