aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>2013-06-15 21:28:34 +1000
committerBen Elliston <bje@gnu.org>2013-06-15 21:28:34 +1000
commitfcb5cf517ff6723399d9ec00503190ae25bdc617 (patch)
treee61e3a059b82cd5f3e5fe4627bad0b2db680c19d
parent520f7493f69e4fbcd7a4fc55a0bed29d7922adf9 (diff)
downloaddejagnu-fcb5cf517ff6723399d9ec00503190ae25bdc617.zip
dejagnu-fcb5cf517ff6723399d9ec00503190ae25bdc617.tar.gz
dejagnu-fcb5cf517ff6723399d9ec00503190ae25bdc617.tar.bz2
* doc/user.xml: Fix number of columns in table.
* doc/dejagnu.texi: Regenerate. Signed-off-by: Ben Elliston <bje@gnu.org>
-rw-r--r--ChangeLog5
-rw-r--r--doc/dejagnu.texi32
-rw-r--r--doc/user.xml7
3 files changed, 25 insertions, 19 deletions
diff --git a/ChangeLog b/ChangeLog
index f6f45a2..8cc553f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
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.
* doc/ref.xml: Likewise.
* doc/dejagnu.texi: Regenerate.
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index f911580..062ea69 100644
--- a/doc/dejagnu.texi
+++ b/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
diff --git a/doc/user.xml b/doc/user.xml
index 3878775..4e71d98 100644
--- a/doc/user.xml
+++ b/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>