diff options
author | Ben Elliston <bje@gnu.org> | 2003-07-29 23:47:09 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2003-07-29 23:47:09 +0000 |
commit | 8f0d1b58dbfb8b4e7ad5c14f21d65da05a364200 (patch) | |
tree | b1aae0c3249246e64a945d3a17ff83bf760bbb8d /doc | |
parent | 1a0d11fcd84f959b2389f48ddad2be62ab0766e5 (diff) | |
download | dejagnu-8f0d1b58dbfb8b4e7ad5c14f21d65da05a364200.zip dejagnu-8f0d1b58dbfb8b4e7ad5c14f21d65da05a364200.tar.gz dejagnu-8f0d1b58dbfb8b4e7ad5c14f21d65da05a364200.tar.bz2 |
* doc/runtest.1: Replace "TCL" with "Tcl".
Make last revision date current.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/runtest.1 | 4 |
1 files changed, 2 insertions, 2 deletions
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. |