diff options
| author | Kazuo Horikawa <horikawa@FreeBSD.org> | 2001-08-15 01:23:30 +0000 | 
|---|---|---|
| committer | Kazuo Horikawa <horikawa@FreeBSD.org> | 2001-08-15 01:23:30 +0000 | 
| commit | d8ac53f2494aacb4448a2def9f59f6980cde4c65 (patch) | |
| tree | 61507fba090e960f658741a121d2af4576b0b140 | |
| parent | dd84e9658bba6fb7942967761d8b55613f29eb07 (diff) | |
Notes
| -rw-r--r-- | usr.bin/telnet/telnet.1 | 14 | 
1 files changed, 1 insertions, 13 deletions
| diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1 index 73009867bc11..042b139c039b 100644 --- a/usr.bin/telnet/telnet.1 +++ b/usr.bin/telnet/telnet.1 @@ -208,9 +208,7 @@ addresses only (e.g.,  .Ux  domain sockets, accessed with a file path).  .It Fl x -Turns on encryption of the data stream if possible.  This -option is not available outside of the United States and -Canada. +Turns on encryption of the data stream if possible.  .It Ar host  Indicates the official name, an alias, or the Internet address  of a remote host. @@ -374,10 +372,6 @@ The encrypt command manipulates the information sent through the  .Dv TELNET ENCRYPT  option.  .Pp -Note:  Because of export controls, the -.Dv TELNET ENCRYPT -option is not supported outside of the United States and Canada. -.Pp  Valid arguments for the  .Ic encrypt  command are: @@ -1169,10 +1163,6 @@ stream does not start automatically.  The autoencrypt  (autodecrypt) command states that encryption of the  output (input) stream should be enabled as soon as  possible. -.Pp -Note:  Because of export controls, the -.Dv TELNET ENCRYPT -option is not supported outside the United States and Canada.  .It Ic autologin  If the remote side supports the  .Dv TELNET AUTHENTICATION @@ -1361,8 +1351,6 @@ toggle is  prints out a message each time encryption is enabled or  disabled.  The initial value for this toggle is  .Dv FALSE . -Note:  Because of export controls, data encryption -is not supported outside of the United States and Canada.  .It Ic ?\&  Displays the legal  .Ic toggle | 
