aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--doc/dejagnu.texi8
-rw-r--r--lib/telnet.exp1
3 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index d4f6c4a..711ccab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-12-06 Ben Elliston <bje@gnu.org>
+
+ * lib/telnet.exp (telnet_open): Remove connectmode global.
+ * doc/dejagnu.texi (Procedures For Remote Communication): Remove
+ mention of connectmode.
+
2018-12-05 Ben Elliston <bje@gnu.org>
* doc/dejagnu.texi (execute_anywhere Procedure): Remove obsolete
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index fe23027..f6788f9 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -2952,10 +2952,10 @@ either @emph{-1}, when the connection cannot be established, or the
spawn ID returned by the Expect command @code{spawn}.
It use the value of the @code{connect} field in the @code{target_info}
-array (was @code{connectmode} as the type of connection to make. Current
-supported connection types are ssh, tip, kermit, telnet, rsh, and
-rlogin. If the @code{--reboot} option was used on the runtest command
-line, then the target is rebooted before the connection is made.
+array as the type of connection to make. Current supported connection
+types are ssh, tip, kermit, telnet, rsh, and rlogin. If the
+@code{--reboot} option was used on the runtest command line, then the
+target is rebooted before the connection is made.
@menu
* call_remote Procedure: call_remote procedure
diff --git a/lib/telnet.exp b/lib/telnet.exp
index 8b21eca..219684a 100644
--- a/lib/telnet.exp
+++ b/lib/telnet.exp
@@ -23,7 +23,6 @@
#
proc telnet_open { hostname args } {
global verbose
- global connectmode
global spawn_id
global timeout
global board_info