summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2014-07-20 04:08:14 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2014-07-20 04:08:14 +0000
commit1eff7b728d40b206114152d500199b8157364c90 (patch)
treee8031186b17fada8ebdae3679b2579dd82e41e2c
parent3dfc2c9b54b1834e789a4791245a2b747234899d (diff)
Ooops, verbose_encrypt option is gone too.
Also stop assuming that csh is the only shell with job control
-rw-r--r--usr.bin/telnet/telnet.118
1 files changed, 4 insertions, 14 deletions
diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1
index e98ede2489b..e2234b0ead8 100644
--- a/usr.bin/telnet/telnet.1
+++ b/usr.bin/telnet/telnet.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: telnet.1,v 1.50 2014/07/19 23:50:38 guenther Exp $
+.\" $OpenBSD: telnet.1,v 1.51 2014/07/20 04:08:13 guenther Exp $
.\" $NetBSD: telnet.1,v 1.5 1996/02/28 21:04:12 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" from: @(#)telnet.1 8.4 (Berkeley) 2/3/94
.\"
-.Dd $Mdocdate: July 19 2014 $
+.Dd $Mdocdate: July 20 2014 $
.Dt TELNET 1
.Os
.Sh NAME
@@ -1247,16 +1247,6 @@ The initial value for this toggle is
Toggles the display of all terminal data (in hexadecimal format).
The initial value for this toggle is
.Dv FALSE .
-.It Ic verbose_encrypt
-When the
-.Ic verbose_encrypt
-toggle is
-.Dv TRUE ,
-.Nm
-prints out a message each time encryption is enabled or
-disabled.
-The initial value for this toggle is
-.Dv FALSE .
.It Ic \&?
Displays the legal
.Ic toggle
@@ -1265,8 +1255,8 @@ commands.
.It Ic z
Suspend
.Nm telnet .
-This command only works when the user is using the
-.Xr csh 1 .
+This command only works when the user is using a shell with
+job control enabled.
.It Ic \&! Op Ar command
Execute a single command in a subshell on the local
system.