[BACK]Return to telnet.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / telnet

Diff for /src/usr.bin/telnet/telnet.1 between version 1.37 and 1.38

version 1.37, 2003/12/28 21:53:01 version 1.38, 2007/03/15 22:51:16
Line 41 
Line 41 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm telnet  .Nm telnet
 .Bk -words  .Bk -words
 .Op Fl 468EFKLacdfrx  .Op Fl 468acdEFfKLrx
 .Op Fl X Ar authtype  
 .Op Fl b Ar hostalias  .Op Fl b Ar hostalias
 .Op Fl e Ar escapechar  .Op Fl e Ar escapechar
 .Op Fl k Ar realm  .Op Fl k Ar realm
 .Op Fl l Ar user  .Op Fl l Ar user
 .Op Fl n Ar tracefile  .Op Fl n Ar tracefile
   .Op Fl X Ar authtype
 .Oo  .Oo
 .Ar host  .Ar host
 .Op Ar port  .Op Ar port
Line 87 
Line 87 
 This causes an attempt to negotiate the  This causes an attempt to negotiate the
 .Dv TELNET BINARY  .Dv TELNET BINARY
 option on both input and output.  option on both input and output.
 .It Fl E  
 Stops any character from being recognized as an escape character.  
 .It Fl F  
 If Kerberos authentication is being used, the  
 .Fl F  
 option allows the local credentials to be forwarded  
 to the remote system, including any credentials that  
 have already been forwarded into the local environment.  
 .It Fl K  
 Specifies no automatic login to the remote system.  
 .It Fl L  
 Specifies an 8-bit data path on output.  
 This causes the BINARY option to be negotiated on output.  
 .It Fl X Ar atype  
 Disables the  
 .Ar atype  
 type of authentication.  
 .It Fl a  .It Fl a
 Attempt automatic login.  Attempt automatic login.
 Currently, this sends the user name via the  Currently, this sends the user name via the
Line 139 
Line 122 
 .Ic debug  .Ic debug
 toggle to  toggle to
 .Dv TRUE .  .Dv TRUE .
   .It Fl E
   Stops any character from being recognized as an escape character.
 .It Fl e Ar escapechar  .It Fl e Ar escapechar
 Sets the initial  Sets the initial
 .Nm  .Nm
Line 148 
Line 133 
 .Ar escapechar  .Ar escapechar
 is omitted, then  is omitted, then
 there will be no escape character.  there will be no escape character.
   .It Fl F
   If Kerberos authentication is being used, the
   .Fl F
   option allows the local credentials to be forwarded
   to the remote system, including any credentials that
   have already been forwarded into the local environment.
 .It Fl f  .It Fl f
 If Kerberos authentication is being used, the  If Kerberos authentication is being used, the
 .Fl f  .Fl f
 option allows the local credentials to be forwarded to the remote system.  option allows the local credentials to be forwarded to the remote system.
   .It Fl K
   Specifies no automatic login to the remote system.
 .It Fl k Ar realm  .It Fl k Ar realm
 If Kerberos authentication is being used, the  If Kerberos authentication is being used, the
 .Fl k  .Fl k
Line 161 
Line 154 
 realm  realm
 .Ar realm  .Ar realm
 instead of the remote host's realm.  instead of the remote host's realm.
   .It Fl L
   Specifies an 8-bit data path on output.
   This causes the BINARY option to be negotiated on output.
 .It Fl l Ar user  .It Fl l Ar user
 When connecting to the remote system, if the remote system  When connecting to the remote system, if the remote system
 understands the  understands the
Line 189 
Line 185 
 unless modified by the  unless modified by the
 .Fl e  .Fl e
 option.  option.
   .It Fl X Ar authtype
   Disables the
   .Ar authtype
   type of authentication.
 .It Fl x  .It Fl x
 Turn on encryption of the data stream.  Turn on encryption of the data stream.
 When this option is turned on,  When this option is turned on,
Line 457 
Line 457 
 or  or
 .Fl l  .Fl l
 options are used.  options are used.
 .br  .Pp
 Valid arguments for the  Valid arguments for the
 .Ic environ  .Ic environ
 command are:  command are:

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38