diff options
author | Rob Savoye <rob@welcomehome.org> | 2002-04-30 15:11:45 +0000 |
---|---|---|
committer | Rob Savoye <rob@welcomehome.org> | 2002-04-30 15:11:45 +0000 |
commit | dbdae748e94a0c5b98dbaa1881c842da1508d36f (patch) | |
tree | b6f2d11457c12731e185364eb42b93f6813a1a43 | |
parent | 8e999bd54e64578213f0a0437b1bd722b1d018e8 (diff) | |
download | dejagnu-dbdae748e94a0c5b98dbaa1881c842da1508d36f.zip dejagnu-dbdae748e94a0c5b98dbaa1881c842da1508d36f.tar.gz dejagnu-dbdae748e94a0c5b98dbaa1881c842da1508d36f.tar.bz2 |
2002-04-30 Ben Elliston <bje@redhat.com>
* doc/runtest.1: Fix formatting error for --ignore option.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/runtest.1 | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2002-04-30 Ben Elliston <bje@redhat.com> + + * doc/runtest.1: Fix formatting error for --ignore option. + 2002-04-25 <Matthew Bemis <bemis@iol.unh.edu> * lib/framework/exp: new procs check_xml{}, insertdtd{}, xml_output{}, diff --git a/doc/runtest.1 b/doc/runtest.1 index 861ec66..9c4473e 100644 --- a/doc/runtest.1 +++ b/doc/runtest.1 @@ -53,6 +53,8 @@ The configuration string for the host. .TP .BI --ignore \ test1.exp\ test2.exp\ ... Do not run the specified tests. +.TP +.BI --mail \ \'name1\ name2\ ...\' Electronic mail addresses to receive test results. .TP .BI --name \ hostname |