From 3e48e41582a059339540d962e77a5eb3cc48b265 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 15 Jun 2013 21:31:00 +1000 Subject: [PATCH] * doc/user.xml: Fix typos. * doc/ref.xml: Likewise. * doc/dejagnu.texi: Regenerate. Signed-off-by: Ben Elliston --- ChangeLog | 6 ++++++ doc/dejagnu.texi | 10 +++++----- doc/ref.xml | 6 +++--- doc/user.xml | 4 ++-- 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 + * doc/user.xml: Fix typos. + * doc/ref.xml: Likewise. + * doc/dejagnu.texi: Regenerate. + +2013-06-15 Bernhard Reutner-Fischer + * 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 @@ 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. xpass writes in the log files a message beginning with XPASS (or XFAIL, if failure @@ -535,7 +535,7 @@ Xfail Procedure - Declares a test to have expectably + Declares a test to have expectedly failed. xfail writes in the log files a message beginning with XFAIL (or PASS, if success @@ -3386,7 +3386,7 @@ 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 _, 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/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): apt-get install dejagnu 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 @@ -129,7 +129,7 @@ dgt:~/dejagnu.test$ cp -r /usr/share/doc/dejagnu/examples/calc/\ {configure.in,Makefile.am,calc.c,testsuite} . -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 -- 2.7.4