summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1996-09-10 19:14:48 +0000
committerTom Yu <tlyu@mit.edu>1996-09-10 19:14:48 +0000
commitab9f404ae02f04cf17ef345240d396b94471b549 (patch)
tree7341291d71f699a70c84f02f244a5a216e265b04 /src
parent627db71294dd944bf81707cffefc916610b46dc5 (diff)
downloadkrb5-ab9f404ae02f04cf17ef345240d396b94471b549.tar.gz
krb5-ab9f404ae02f04cf17ef345240d396b94471b549.tar.xz
krb5-ab9f404ae02f04cf17ef345240d396b94471b549.zip
* 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
Diffstat (limited to 'src')
-rw-r--r--src/appl/telnet/telnet/ChangeLog2
-rw-r--r--src/appl/telnet/telnet/telnet.15
2 files changed, 6 insertions, 1 deletions
diff --git a/src/appl/telnet/telnet/ChangeLog b/src/appl/telnet/telnet/ChangeLog
index 1f8fcaed65..78a4d41bbf 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 <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>
diff --git a/src/appl/telnet/telnet/telnet.1 b/src/appl/telnet/telnet/telnet.1
index cef8f5d1a1..52367b7d85 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.