aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2003-07-29 23:47:09 +0000
committerBen Elliston <bje@gnu.org>2003-07-29 23:47:09 +0000
commit8f0d1b58dbfb8b4e7ad5c14f21d65da05a364200 (patch)
treeb1aae0c3249246e64a945d3a17ff83bf760bbb8d
parent1a0d11fcd84f959b2389f48ddad2be62ab0766e5 (diff)
* doc/runtest.1: Replace "TCL" with "Tcl".trailing-semicolons-before
Make last revision date current.
-rw-r--r--ChangeLog5
-rw-r--r--doc/runtest.14
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 98ecd40..1ff17c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-07-30 Ben Elliston <bje@wasabisystems.com>
+
+ * doc/runtest.1: Replace "TCL" with "Tcl".
+ Make last revision date current.
+
2003-07-29 Ben Elliston <bje@wasabisystems.com>
* doc/overview.sgml: Replace "NT" with "Windows", correct Cygwin
diff --git a/doc/runtest.1 b/doc/runtest.1
index 9c4473e..dfd27ce 100644
--- a/doc/runtest.1
+++ b/doc/runtest.1
@@ -1,4 +1,4 @@
-.TH runtest 1 "08 Dec 1998"
+.TH runtest 1 "29 Jul 2003"
.SH NAME
runtest \- the DejaGnu test driver program
.SH SYNOPSIS
@@ -7,7 +7,7 @@ runtest \- the DejaGnu test driver program
.SH DESCRIPTION
.I DejaGnu
is a framework for running test suites on GNU tools. It is written in
-expect, which uses TCL (Tool command language).
+expect, which uses Tcl (Tool command language).
.B runtest
is the test driver program; use it to control what tests to run,
and variations on how to run them.