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

Diff for /src/usr.bin/rlogin/Attic/rlogin.1 between version 1.3 and 1.4

version 1.3, 1996/07/04 20:55:40 version 1.4, 1998/09/27 16:57:51
Line 48 
Line 48 
 .Op Fl l Ar username  .Op Fl l Ar username
 .Ar host  .Ar host
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm Rlogin  .Nm rlogin
 starts a terminal session on a remote host  starts a terminal session on a remote host
 .Ar host  .  .Ar host  .
 .Pp  .Pp
 .Nm Rlogin  .Nm rlogin
 first attempts to use the Kerberos authorization mechanism, described below.  first attempts to use the Kerberos authorization mechanism, described below.
 If the remote host does not supporting Kerberos the standard Berkeley  If the remote host does not support Kerberos the standard Berkeley
 .Pa rhosts  .Pa rhosts
 authorization mechanism is used.  authorization mechanism is used.
 The options are as follows:  The options are as follows:
Line 89 
Line 89 
 option turns on socket debugging (see  option turns on socket debugging (see
 .Xr setsockopt 2 )  .Xr setsockopt 2 )
 on the TCP sockets used for communication with the remote host.  on the TCP sockets used for communication with the remote host.
 .It Fl e  .It Fl e Ar char
 The  The
 .Fl e  .Fl e
 option allows user specification of the escape character, which is  option allows user specification of the escape character, which is
 ``~'' by default.  ``~'' by default.
 This specification may be as a literal character, or as an octal  This specification may be as a literal character, or as an octal
 value in the form \ennn.  value in the form \ennn.
 .It Fl k  .It Fl k Ar realm
 The  The
 .Fl k  .Fl k
 option requests rlogin to obtain tickets for the remote host  option requests rlogin to obtain tickets for the remote host
Line 115 
Line 115 
 .Tn CPU  .Tn CPU
 utilization, but provides  utilization, but provides
 increased security.  increased security.
 .It Fl l  .It Fl l Ar username
 The  The
 .Fl l  .Fl l
 option specifies a different  option specifies a different
Line 177 
Line 177 
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr rsh 1 ,  .Xr rsh 1 ,
 .Xr kerberos 3 ,  .Xr kerberos 3 ,
 .Xr krb_sendauth 3 ,  .Xr krb_realmofhost 3 ,
 .Xr krb_realmofhost 3  .Xr krb_sendauth 3
 .Sh HISTORY  .Sh HISTORY
 The  The
 .Nm rlogin  .Nm rlogin
 command appeared in  command appeared in
 .Bx 4.2 .  .Bx 4.2 .
 .Sh BUGS  .Sh BUGS
 .Nm Rlogin  .Nm rlogin
 will be replaced by  will be replaced by
 .Xr telnet  1  .Xr telnet  1
 in the near future.  in the near future.

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4