aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>2013-06-15 21:31:00 +1000
committerBen Elliston <bje@gnu.org>2013-06-15 21:31:00 +1000
commit3e48e41582a059339540d962e77a5eb3cc48b265 (patch)
tree4f75f65a431e959adbfb2630c2aa73e9186a31e9
parentfcb5cf517ff6723399d9ec00503190ae25bdc617 (diff)
downloaddejagnu-3e48e41582a059339540d962e77a5eb3cc48b265.zip
dejagnu-3e48e41582a059339540d962e77a5eb3cc48b265.tar.gz
dejagnu-3e48e41582a059339540d962e77a5eb3cc48b265.tar.bz2
* doc/user.xml: Fix typos.
* doc/ref.xml: Likewise. * doc/dejagnu.texi: Regenerate. Signed-off-by: Ben Elliston <bje@gnu.org>
-rw-r--r--ChangeLog6
-rw-r--r--doc/dejagnu.texi10
-rw-r--r--doc/ref.xml6
-rw-r--r--doc/user.xml4
4 files changed, 16 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cc553f..56814a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
+ * doc/user.xml: Fix typos.
+ * doc/ref.xml: Likewise.
+ * doc/dejagnu.texi: Regenerate.
+
+2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
+
* doc/user.xml: Fix number of columns in table.
* doc/dejagnu.texi: Regenerate.
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index 062ea69..f53291d 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -455,7 +455,7 @@ apt-get install dejagnu
@end example
These examples were run on a primary machine with a AMD K6 and a Mac
-Powerbook G3 serving as a remote target.
+PowerBook G3 serving as a remote target.
The tests for Windows were run under Windows using the actual
Cygwin version (1.3.x as of October 2001). Its target system was a PPC
@@ -587,7 +587,7 @@ dgt:~/dejagnu.test$ cp -r /usr/share/doc/dejagnu/examples/calc/\
@{configure.in,Makefile.am,calc.c,testsuite@} .
@end example
-In Makemake.am note the presence of the AUTOMAKE_OPTIONS = dejagnu. This option is needed.
+In Makefile.am note the presence of the AUTOMAKE_OPTIONS = dejagnu. This option is needed.
Run aclocal to generate aclocal.m4, which is a collection of
macros needed by configure.in
@@ -3822,7 +3822,7 @@ message.
@node xpass procedure, xfail procedure, fail procedure, Core Internal Procedures
@subsubsection Xpass Procedure
-Declares a test to have unexpectably passed, when it was
+Declares a test to have unexpectedly passed, when it was
expected to be a failure. @code{xpass}
writes in the log files a message beginning with
@emph{XPASS} (or @emph{XFAIL}, if failure
@@ -3844,7 +3844,7 @@ state.
@node xfail procedure, set_warning_threshold procedure, xpass procedure, Core Internal Procedures
@subsubsection Xfail Procedure
-Declares a test to have expectably
+Declares a test to have expectedly
failed. @code{xfail}
writes in the log files a message beginning with
@emph{XFAIL} (or @emph{PASS}, if success
@@ -6095,7 +6095,7 @@ running the tool to be tested, not a test case.
Each combination of target and tool requires some
target-dependent procedures. The names of these procedures have
-a common form: the tool name, followed by an underbar
+a common form: the tool name, followed by an underscore
@emph{_}, and finally a suffix describing the
procedure's purpose. For example, a procedure to extract the
version from GDB is called
diff --git a/doc/ref.xml b/doc/ref.xml
index c902f36..b366207 100644
--- a/doc/ref.xml
+++ b/doc/ref.xml
@@ -510,7 +510,7 @@
<sect4 id="xpass" xreflabel="xpass procedure">
<title>Xpass Procedure</title>
- <para>Declares a test to have unexpectably passed, when it was
+ <para>Declares a test to have unexpectedly passed, when it was
expected to be a failure. <function>xpass</function>
writes in the log files a message beginning with
<emphasis>XPASS</emphasis> (or <emphasis>XFAIL</emphasis>, if failure
@@ -535,7 +535,7 @@
<sect4 id="xfail" xreflabel="xfail procedure">
<title>Xfail Procedure</title>
- <para>Declares a test to have expectably
+ <para>Declares a test to have expectedly
failed. <function>xfail</function>
writes in the log files a message beginning with
<emphasis>XFAIL</emphasis> (or <emphasis>PASS</emphasis>, if success
@@ -3386,7 +3386,7 @@
<para>Each combination of target and tool requires some
target-dependent procedures. The names of these procedures have
- a common form: the tool name, followed by an underbar
+ a common form: the tool name, followed by an underscore
<emphasis>_</emphasis>, and finally a suffix describing the
procedure's purpose. For example, a procedure to extract the
version from <productname>GDB</productname> is called
diff --git a/doc/user.xml b/doc/user.xml
index 4e71d98..9a2baf4 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -17,7 +17,7 @@ run (as root):</para>
<programlisting>apt-get install dejagnu</programlisting>
<para>
These examples were run on a primary machine with a AMD K6 and a Mac
-Powerbook G3 serving as a remote target.</para>
+PowerBook G3 serving as a remote target.</para>
<para> The tests for Windows were run under Windows using the actual
Cygwin version (1.3.x as of October 2001). Its target system was a PPC
@@ -129,7 +129,7 @@ dgt:~/dejagnu.test$ cp -r /usr/share/doc/dejagnu/examples/calc/\
{configure.in,Makefile.am,calc.c,testsuite} .
</programlisting>
-<para>In Makemake.am note the presence of the AUTOMAKE_OPTIONS = dejagnu. This option is needed.</para>
+<para>In Makefile.am note the presence of the AUTOMAKE_OPTIONS = dejagnu. This option is needed.</para>
<para>Run aclocal to generate aclocal.m4, which is a collection of
macros needed by configure.in</para>