* telnet.1: Update -x flag usage to reflect our behavior of
authorTom Yu <tlyu@mit.edu>
Tue, 10 Sep 1996 19:14:48 +0000 (19:14 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 10 Sep 1996 19:14:48 +0000 (19:14 +0000)
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
src/appl/telnet/telnet/telnet.1

index 1f8fcaed65cbf2a8be31e06702fe893fc83580fd..78a4d41bbfe66912201482835dfcf248193a7587 100644 (file)
@@ -1,6 +1,8 @@
 Tue Sep 10 14:09:49 1996  Tom Yu  <tlyu@mit.edu>
 
        * 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  <hartmans@tertius.mit.edu>
 
index cef8f5d1a1e867b14468018b6db7580eab8f5707..52367b7d85aeff965db2ca2aaa4d6104a25ed283 100644 (file)
@@ -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.