summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>