dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 4/6] doc: Fix table


From: Bernhard Reutner-Fischer
Subject: [PATCH 4/6] doc: Fix table
Date: Fri, 14 Jun 2013 09:03:10 +0200

in optiondefs, table "Tcl Variables For Command Line Options" had the
wrong number of columns, use the correct number of 3.

ChangeLog

2013-06-13  Bernhard Reutner-Fischer  <address@hidden>

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

Signed-off-by: Bernhard Reutner-Fischer <address@hidden>
---
 doc/dejagnu.texi |   32 ++++++++++++++++----------------
 doc/user.xml     |    7 ++++---
 2 files changed, 20 insertions(+), 19 deletions(-)

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}
 
address@hidden @columnfractions 0.2 0.2 0.2 0.2 0.2
address@hidden @columnfractions 0.333333333333333 0.333333333333333 
0.333333333333333
 @item
address@hidden address@hidden address@hidden address@hidden description
+runtest address@hidden Tcl address@hidden description
 @item
address@hidden address@hidden display all test results if address@hidden 
address@hidden address@hidden display all test results if set
 @item
 address@hidden address@hidden set the default baud rate to something other than
address@hidden 
+9600.
 @item
 address@hidden address@hidden @code{rlogin},
 @code{telnet}, @code{rsh},
 @code{kermit}, @code{tip}, or
address@hidden@tab 
address@hidden
 @item
 address@hidden address@hidden directory for @file{tool.sum} and
address@hidden@tab 
address@hidden
 @item
address@hidden address@hidden directory for pre-compiled address@hidden 
address@hidden address@hidden directory for pre-compiled binaries
 @item
 address@hidden address@hidden reboot the target if set to
 @emph{"1"}; do not reboot if set to
address@hidden"0"} (the default)address@hidden 
address@hidden"0"} (the default).
 @item
address@hidden address@hidden directory of test address@hidden 
address@hidden address@hidden directory of test subdirectories
 @item
address@hidden address@hidden a number: Tcl trace address@hidden 
address@hidden address@hidden a number: Tcl trace depth
 @item
address@hidden address@hidden name of tool to test; identifies init, test 
address@hidden 
address@hidden address@hidden name of tool to test; identifies init, test subdir
 @item
 address@hidden address@hidden verbosity level.  As option, use multiple times; 
as
-variable, set a number, 0 or address@hidden 
+variable, set a number, 0 or greater.
 @item
address@hidden address@hidden The canonical configuration string for the 
address@hidden 
address@hidden address@hidden The canonical configuration string for the target.
 @item
address@hidden address@hidden The canonical configuration string for the 
address@hidden 
address@hidden address@hidden The canonical configuration string for the host.
 @item
 address@hidden address@hidden The canonical configuration string for the build
address@hidden 
+host.
 @item
address@hidden address@hidden Email the output log to the specified 
address@hidden 
address@hidden address@hidden 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>
 
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]