diff options
author | Bernhard Reutner-Fischer <aldot@gcc.gnu.org> | 2013-06-15 21:25:01 +1000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2013-06-15 21:25:01 +1000 |
commit | a340a5b44eb49b412f0f5e235c1769e77605a7b2 (patch) | |
tree | 13b1e9f212feba7f66c03b88050b7d535620fe36 | |
parent | fdf0a41ee03d8deb725407cacff3ae78c04d0558 (diff) | |
download | dejagnu-a340a5b44eb49b412f0f5e235c1769e77605a7b2.zip dejagnu-a340a5b44eb49b412f0f5e235c1769e77605a7b2.tar.gz dejagnu-a340a5b44eb49b412f0f5e235c1769e77605a7b2.tar.bz2 |
* doc/user.xml: Fix spacing before productname.
* doc/dejagnu.texi: Regenerate.
Signed-off-by: Ben Elliston <bje@gnu.org>
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | doc/dejagnu.texi | 2 | ||||
-rw-r--r-- | doc/user.xml | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> + + * doc/user.xml: Fix spacing before productname. + * doc/dejagnu.texi: Regenerate. + 2013-06-12 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> * testsuite/runtest.all/default_procs.tcl (send_log): Use the diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi index 42dca14..16730a9 100644 --- a/doc/dejagnu.texi +++ b/doc/dejagnu.texi @@ -3117,7 +3117,7 @@ controls the depth of definitions expanded. @item Finally, if the value of -@emph{verbose} is 3 or greater,DejaGnu turns on +@emph{verbose} is 3 or greater, DejaGnu turns on the expect command @code{log_user}. This command prints all expect actions to the expect standard output, to the detailed log file, and (if @code{--debug} is on) to diff --git a/doc/user.xml b/doc/user.xml index 0a8fafa..e527d2d 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -2943,7 +2943,7 @@ powerpc-linux-gcc -g -O2 -o calc calc.o controls the depth of definitions expanded.</para></listitem> <listitem><para>Finally, if the value of - <emphasis>verbose</emphasis> is 3 or greater,&dj; turns on + <emphasis>verbose</emphasis> is 3 or greater, &dj; turns on the expect command <command>log_user</command>. This command prints all expect actions to the expect standard output, to the detailed log file, and (if <option>--debug</option> is on) to |