This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[DejaGNU patch] Re-document --mail


Over the years, the --mail option has been slowly disappearing from
documentation.  Okay to commit?


2001-01-20  Ben Elliston  <bje@redhat.com>

	* runtest.exp (usage): Replace --mail in usage output.
	* doc/runtest.1: Re-document --mail option, which was erroneously
	removed from this man page in 1994.

Index: runtest.exp
===================================================================
RCS file: /cvs/cvsfiles/devo/dejagnu/runtest.exp,v
retrieving revision 1.153
diff -u -r1.153 runtest.exp
--- runtest.exp	1999/12/02 18:51:54	1.153
+++ runtest.exp	2001/01/20 12:24:47
@@ -372,6 +372,7 @@
     send_user "\t--target \[string\]\tThe canonical config name of the target board\n"
     send_user "\t--debug (-de)\t\tSet expect debugging ON\n"
     send_user "\t--help (-he)\t\tPrint help text\n"
+    send_user "\t--mail \[name(s)\]\tWho to mail the results to\n"
     send_user "\t--ignore \[name(s)\]\tThe names of specific tests to ignore\n"
     send_user "\t--objdir \[name\]\t\tThe test suite binary directory\n"
     send_user "\t--outdir \[name\]\t\tThe directory to put logs in\n"
Index: doc/runtest.1
===================================================================
RCS file: /cvs/cvsfiles/devo/dejagnu/doc/runtest.1,v
retrieving revision 1.7
diff -u -r1.7 runtest.1
--- runtest.1	1998/12/30 20:36:57	1.7
+++ runtest.1	2001/01/20 12:24:48
@@ -53,8 +53,9 @@
 .TP
 .BI --ignore \ test1.exp\ test2.exp\ ...
 Do not run the specified tests.
+.BI --mail \ \'name1\ name2\ ...\'
 Electronic mail addresses to receive test results.
-.TP
+.TP
 .BI --name \ hostname
 The network hostname of the target board.
 .TP



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]