diff options
author | horikawa <horikawa@FreeBSD.org> | 2001-08-15 01:23:30 +0000 |
---|---|---|
committer | horikawa <horikawa@FreeBSD.org> | 2001-08-15 01:23:30 +0000 |
commit | 07824065f3e6f8b163d293a0a459328450a89502 (patch) | |
tree | 61507fba090e960f658741a121d2af4576b0b140 /usr.bin/telnet | |
parent | 4f359512bfe3da9c8bc87ac3bf341e31974b32bf (diff) | |
download | FreeBSD-src-07824065f3e6f8b163d293a0a459328450a89502.zip FreeBSD-src-07824065f3e6f8b163d293a0a459328450a89502.tar.gz |
Removal of following export controll related sentences:
o This option is not available outside of the United States and Canada.
o Because of export controls, TELNET ENCRYPT option is not supported outside
of the United States and Canada.
src/crypto/README revision 1.5 commit log says:
> Crypto sources are no longer export controlled:
> Explain, why crypto sources are still in crypto/.
and actually telnet encryption is used outside of US and Canada now.
Pointed out by: OHSAWA Chitoshi <ohsawa@catv1.ccn-net.ne.jp>
Reviewed by:no objection on doc
Diffstat (limited to 'usr.bin/telnet')
-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 7300986..042b139 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 |