From ab9f404ae02f04cf17ef345240d396b94471b549 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Tue, 10 Sep 1996 19:14:48 +0000 Subject: [PATCH] * 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 --- src/appl/telnet/telnet/ChangeLog | 2 ++ src/appl/telnet/telnet/telnet.1 | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) 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. -- 2.26.2