aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2012-03-24 14:27:46 +1100
committerBen Elliston <bje@gnu.org>2012-03-24 14:27:46 +1100
commit4db8771bfe5fa7586b05b9be285632bc31c31a11 (patch)
treebb3c1f6eb8e5fceb1b1487b640b615fc19fc0f75
parenteae0168398cca1496ea4e93f3fda4b517cb5307b (diff)
downloaddejagnu-4db8771bfe5fa7586b05b9be285632bc31c31a11.zip
dejagnu-4db8771bfe5fa7586b05b9be285632bc31c31a11.tar.gz
dejagnu-4db8771bfe5fa7586b05b9be285632bc31c31a11.tar.bz2
2012-03-24 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* doc/runtest.1: Correct name of debug file.
-rw-r--r--ChangeLog4
-rw-r--r--doc/runtest.14
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index aa8f46d..8ded8da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-24 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
+
+ * doc/runtest.1: Correct name of debug file.
+
2012-02-25 Ben Elliston <bje@gnu.org>
* runtest: Search /usr/share/dejagnu and /usr/local/share/dejagnu
diff --git a/doc/runtest.1 b/doc/runtest.1
index e558027..cec1e45 100644
--- a/doc/runtest.1
+++ b/doc/runtest.1
@@ -21,7 +21,7 @@ displayed.
Turn on
.B expect
internal debugging output. The output is logged to a file called
-\fBdbg.out\fR.
+\fBdbg.log\fR.
.TP
.BI --build \ TRIPLET
The configuration TRIPLET for the build system.
@@ -67,7 +67,7 @@ Set the exit status to fail on Tcl errors.
Turns on
.B expect
internal tracing to \fIN\fR levels deep. The output is logged to a
-file called \fBdbg.out\fR.
+file called \fBdbg.log\fR.
.TP
.BI --target \ TRIPLET
The configuration TRIPLET for the target.