aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2008-04-07 12:57:24 +1000
committerBen Elliston <bje@gnu.org>2008-04-07 12:57:24 +1000
commitb386df8ed715dc618fe1fa6d186ef575f2eebd80 (patch)
treeb97703c29534b5bac10a73e7b4c1a2263be90f02
parentc9efc45450dd7c1f245799ba4f04a03b85cc6fa9 (diff)
downloaddejagnu-b386df8ed715dc618fe1fa6d186ef575f2eebd80.zip
dejagnu-b386df8ed715dc618fe1fa6d186ef575f2eebd80.tar.gz
dejagnu-b386df8ed715dc618fe1fa6d186ef575f2eebd80.tar.bz2
* doc/user.xml (Adding a New Tool, Adding a New Target): Fix typos.
* doc/dejagnu.texi: Regenerate.
-rw-r--r--ChangeLog5
-rw-r--r--doc/dejagnu.texi4
-rw-r--r--doc/user.xml4
3 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 261e5f5..7e61329 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-06 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * doc/user.xml (Adding a New Tool, Adding a New Target): Fix typos.
+ * doc/dejagnu.texi: Regenerate.
+
2008-02-25 Ben Elliston <bje@gnu.org>
* doc/runtest.1: Update date of last revision.
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index 6c04c1e..d2e1fb3 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -2716,7 +2716,7 @@ path, if a suitable configure is not available in your execution
path.
@item
-e now ready to triumphantly type @code{make
+You are now ready to triumphantly type @code{make
check} or @code{runtest}. You should see
something like this:
@@ -2782,7 +2782,7 @@ arguments; or you can run the command @code{interpreter} from
any Expect procedure. Use
@code{return} to get back to the calling procedure (if any),
or @code{return -tcl} to make the calling procedure itself
-return to its caller; use @code{exi}t or end-of-file to leave
+return to its caller; use @code{exit} or end-of-file to leave
Expect altogether.) Run the program whose name is recorded in
@code{$connectmode}, with the arguments in
@code{$targetname}, to establish a connection. You should at
diff --git a/doc/user.xml b/doc/user.xml
index 6af2232..2186d5c 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -2337,7 +2337,7 @@ powerpc-linux-gcc -g -O2 -o calc calc.o
path, if a suitable configure is not available in your execution
path.</para></listitem>
- <listitem><para>e now ready to triumphantly type <command>make
+ <listitem><para>You are now ready to triumphantly type <command>make
check</command> or <command>runtest</command>. You should see
something like this:</para>
@@ -2405,7 +2405,7 @@ powerpc-linux-gcc -g -O2 -o calc calc.o
any <productname>Expect</productname> procedure. Use
<command>return</command> to get back to the calling procedure (if any),
or <command>return -tcl</command> to make the calling procedure itself
- return to its caller; use <command>exi</command>t or end-of-file to leave
+ return to its caller; use <command>exit</command> or end-of-file to leave
Expect altogether.) Run the program whose name is recorded in
<symbol>$connectmode</symbol>, with the arguments in
<symbol>$targetname</symbol>, to establish a connection. You should at