aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2018-12-06 10:08:36 +1100
committerBen Elliston <bje@gnu.org>2018-12-06 10:08:36 +1100
commitdb822559c9bdda10660ca28f772b7103147c45ce (patch)
tree62f8ccb6ffaa1158ad944fd11b793f5d43698151 /doc
parent83c212039ac2f58d85447755187dc2dec3832370 (diff)
downloaddejagnu-db822559c9bdda10660ca28f772b7103147c45ce.zip
dejagnu-db822559c9bdda10660ca28f772b7103147c45ce.tar.gz
dejagnu-db822559c9bdda10660ca28f772b7103147c45ce.tar.bz2
* lib/telnet.exp (telnet_open): Remove connectmode global.
* doc/dejagnu.texi (Procedures For Remote Communication): Remove mention of connectmode.
Diffstat (limited to 'doc')
-rw-r--r--doc/dejagnu.texi8
1 files changed, 4 insertions, 4 deletions
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