Browse Source

* doc/user.xml (Configuration): Fix typos.

* doc/dejagnu.texi: Regenerate.
origin
Ben Elliston 19 years ago
parent
commit
6404fe23bb
  1. 5
      ChangeLog
  2. 6
      doc/dejagnu.texi
  3. 4
      doc/user.xml

5
ChangeLog

@ -1,3 +1,8 @@
2007-09-04 Matt Kraai <kraai@ftbfs.org>
* doc/user.xml (Configuration): Fix typos.
* doc/dejagnu.texi: Regenerate.
2007-08-28 Daniel Jacobowitz <dan@codesourcery.com>
* lib/remote.exp (standard_send): Correct quoting.

6
doc/dejagnu.texi

@ -451,7 +451,7 @@ package manager or from the source code. Under a Debian/GNU/Linux
systems just type (as root)
@example
apt-get
apt-get install
dejagnu
@end example
@ -1096,7 +1096,7 @@ remote_expect $target 5 @{
@end example
Call make check. The output should contain
"# of expected passes 9" and "# of unexcpected failures 1".
"# of expected passes 9" and "# of unexpected failures 1".
Have a look at the procedures in /usr/share/dejagnu/remote.exp to have an overview of the offered procedures and their features.
@ -1337,7 +1337,7 @@ failure.
@item FAIL
A test failed, although it was expected to succeed.
This may indicate regress; inspect the test case and the failing
software to ocate the bug.
software to locate the bug.
@item XFAIL
A test failed, but it was expected to fail. This

4
doc/user.xml

@ -612,7 +612,7 @@ remote_expect $target 5 {
</example>
<para>Call make check. The output should contain
&quot;# of expected passes 9&quot; and &quot;# of unexcpected failures 1&quot;.</para>
&quot;# of expected passes 9&quot; and &quot;# of unexpected failures 1&quot;.</para>
<para>Have a look at the procedures in /usr/share/dejagnu/remote.exp to have an overview of the offered procedures and their features. </para>
@ -848,7 +848,7 @@ powerpc-linux-gcc -g -O2 -o calc calc.o
<term>FAIL</term>
<listitem><para>A test failed, although it was expected to succeed.
This may indicate regress; inspect the test case and the failing
software to ocate the bug.</para></listitem>
software to locate the bug.</para></listitem>
</varlistentry>
<varlistentry>

Loading…
Cancel
Save