Browse Source

* doc/user.xml: Fix number of columns in table.

* doc/dejagnu.texi: Regenerate.

Signed-off-by: Ben Elliston <bje@gnu.org>
dejagnu-1.5.2
Bernhard Reutner-Fischer 13 years ago
committed by Ben Elliston
parent
commit
fcb5cf517f
  1. 5
      ChangeLog
  2. 32
      doc/dejagnu.texi
  3. 7
      doc/user.xml

5
ChangeLog

@ -1,3 +1,8 @@
2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* doc/user.xml: Fix number of columns in table.
* doc/dejagnu.texi: Regenerate.
2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* doc/user.xml: Fix rendering errors around programlisting.

32
doc/dejagnu.texi

@ -2406,46 +2406,46 @@ explanations of the command-line options.
@strong{Tcl Variables For Command Line Options}
@multitable @columnfractions 0.2 0.2 0.2 0.2 0.2
@multitable @columnfractions 0.333333333333333 0.333333333333333 0.333333333333333
@item
runtest@tab Tcl@tab option@tab variable@tab description
runtest option@tab Tcl variable@tab description
@item
--all@tab all_flag@tab display all test results if set@tab
--all@tab all_flag@tab display all test results if set
@item
--baud@tab baud@tab set the default baud rate to something other than
9600.@tab
9600.
@item
--connect@tab connectmode@tab @code{rlogin},
@code{telnet}, @code{rsh},
@code{kermit}, @code{tip}, or
@code{mondfe}@tab
@code{mondfe}
@item
--outdir@tab outdir@tab directory for @file{tool.sum} and
@file{tool.log.}@tab
@file{tool.log.}
@item
--objdir@tab objdir@tab directory for pre-compiled binaries@tab
--objdir@tab objdir@tab directory for pre-compiled binaries
@item
--reboot@tab reboot@tab reboot the target if set to
@emph{"1"}; do not reboot if set to
@emph{"0"} (the default).@tab
@emph{"0"} (the default).
@item
--srcdir@tab srcdir@tab directory of test subdirectories@tab
--srcdir@tab srcdir@tab directory of test subdirectories
@item
--strace@tab tracelevel@tab a number: Tcl trace depth@tab
--strace@tab tracelevel@tab a number: Tcl trace depth
@item
--tool@tab tool@tab name of tool to test; identifies init, test subdir@tab
--tool@tab tool@tab name of tool to test; identifies init, test subdir
@item
--verbose@tab verbose@tab verbosity level. As option, use multiple times; as
variable, set a number, 0 or greater.@tab
variable, set a number, 0 or greater.
@item
--target@tab target_triplet@tab The canonical configuration string for the target.@tab
--target@tab target_triplet@tab The canonical configuration string for the target.
@item
--host@tab host_triplet@tab The canonical configuration string for the host.@tab
--host@tab host_triplet@tab The canonical configuration string for the host.
@item
--build@tab build_triplet@tab The canonical configuration string for the build
host.@tab
host.
@item
--mail@tab address@tab Email the output log to the specified address.@tab
--mail@tab address@tab Email the output log to the specified address.
@end multitable
@node Personal Config File, , Option Variables, Config File Values

7
doc/user.xml

@ -1979,10 +1979,11 @@ powerpc-linux-gcc -g -O2 -o calc calc.o
<table frame="all" rowsep="0" colsep="0">
<title>Tcl Variables For Command Line Options</title>
<tgroup cols="5" align="char" rowsep="1" colsep="0">
<tgroup cols="3" align="char" rowsep="1" colsep="0">
<thead><row>
<entry>runtest</entry><entry>Tcl</entry>
<entry>option</entry><entry>variable</entry><entry>description</entry>
<entry>runtest option</entry>
<entry>Tcl variable</entry>
<entry>description</entry>
</row></thead>
<tbody>

Loading…
Cancel
Save