From 0f9614064a973e7cf040f75a575f9bfb235dcb2d Mon Sep 17 00:00:00 2001 From: guenther Date: Sun, 20 Jul 2014 04:00:47 +0000 Subject: [PATCH] The only authentication info now is the login name --- usr.bin/telnet/commands.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/telnet/commands.c b/usr.bin/telnet/commands.c index 6f5ab318c60..e9fc0556a51 100644 --- a/usr.bin/telnet/commands.c +++ b/usr.bin/telnet/commands.c @@ -1,4 +1,4 @@ -/* $OpenBSD: commands.c,v 1.56 2014/07/19 23:50:38 guenther Exp $ */ +/* $OpenBSD: commands.c,v 1.57 2014/07/20 04:00:47 guenther Exp $ */ /* $NetBSD: commands.c,v 1.14 1996/03/24 22:03:48 jtk Exp $ */ /* @@ -610,10 +610,10 @@ static struct togglelist Togglelist[] = { &autosynch, "send interrupt characters in urgent mode" }, { "autologin", - "automatic sending of login and/or authentication info", + "automatic sending of login name", 0, &autologin, - "send login name and/or authentication information" }, + "send login name" }, { "skiprc", "don't read ~/.telnetrc file", 0, -- 2.20.1