From: Tom Yu Date: Tue, 10 Sep 1996 19:14:48 +0000 (+0000) Subject: * telnet.1: Update -x flag usage to reflect our behavior of X-Git-Tag: krb5-1.0-beta7~18 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ab9f404ae02f04cf17ef345240d396b94471b549;p=krb5.git * telnet.1: Update -x flag usage to reflect our behavior of dropping connection if encryption cannot be negotiated. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9070 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/telnet/telnet/ChangeLog b/src/appl/telnet/telnet/ChangeLog index 1f8fcaed6..78a4d41bb 100644 --- a/src/appl/telnet/telnet/ChangeLog +++ b/src/appl/telnet/telnet/ChangeLog @@ -1,6 +1,8 @@ Tue Sep 10 14:09:49 1996 Tom Yu * telnet.1: remove ".so man1/header.doc" + * telnet.1: Update -x flag usage to reflect our behavior of + dropping connection if encryption cannot be negotiated. Sat Jul 27 21:34:22 1996 Sam Hartman diff --git a/src/appl/telnet/telnet/telnet.1 b/src/appl/telnet/telnet/telnet.1 index cef8f5d1a..52367b7d8 100644 --- a/src/appl/telnet/telnet/telnet.1 +++ b/src/appl/telnet/telnet/telnet.1 @@ -161,7 +161,10 @@ unless modified by the option. .TP \fB\-x\fP -Turn on encryption of the data stream. +Turn on encryption of the data stream. When this option is turned on, +.B telnet +will exit with an error if authentication cannot be negotiated or if +encryption cannot be turned on. .TP .I host Indicates the name, alias, or Internet address of the remote host.