summaryrefslogtreecommitdiff
path: root/usr.bin/telnet/telnet.1
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-02-21 02:50:05 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-02-21 02:50:05 +0000
commitfdcd610077c24b38ac806415d7340beca3b3cb84 (patch)
tree335ffc969256b8ca4aea6c937aaa012aea40bce6 /usr.bin/telnet/telnet.1
parenta36e102d40a8186953d1e7c997dc79e96f4038c9 (diff)
note that the escape character brings you to command mode of the telnet process
with the controlling terminal, and that the `send escape' command should be used to jump to command mode in subsequent telnet processes on remote hosts
Diffstat (limited to 'usr.bin/telnet/telnet.1')
-rw-r--r--usr.bin/telnet/telnet.110
1 files changed, 9 insertions, 1 deletions
diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1
index 07e2291ee1e..95a589e4549 100644
--- a/usr.bin/telnet/telnet.1
+++ b/usr.bin/telnet/telnet.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: telnet.1,v 1.14 1998/11/11 23:01:46 aaron Exp $
+.\" $OpenBSD: telnet.1,v 1.15 1999/02/21 02:50:04 aaron Exp $
.\" $NetBSD: telnet.1,v 1.5 1996/02/28 21:04:12 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
@@ -304,6 +304,14 @@ command mode may be entered by typing the
.Nm telnet
``escape character'' (initially ``^]'').
When in command mode, the normal terminal editing conventions are available.
+Note that the escape character will return to the command mode of the initial
+invokation of
+.Nm telnet
+that has the controlling terminal. Use the
+.Cm send escape
+command to switch to command mode in subsequent
+.Nm telnet
+processes on remote hosts.
.Pp
The following
.Nm telnet