summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2014-07-20 04:08:13 +0000
committerguenther <guenther@openbsd.org>2014-07-20 04:08:13 +0000
commit35af340652b83c08d6beab7ef993816b8aeececb (patch)
treedac05d867e736cef51a7d36f0ea126e7de2f41da
parentThe manpage claims the -a option uses getlogin(2), so do so. Also, (diff)
downloadwireguard-openbsd-35af340652b83c08d6beab7ef993816b8aeececb.tar.xz
wireguard-openbsd-35af340652b83c08d6beab7ef993816b8aeececb.zip
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.