=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rlogin/Attic/rlogin.1,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/rlogin/Attic/rlogin.1 1996/07/04 20:55:40 1.3 --- src/usr.bin/rlogin/Attic/rlogin.1 1998/09/27 16:57:51 1.4 *************** *** 1,4 **** ! .\" $OpenBSD: rlogin.1,v 1.3 1996/07/04 20:55:40 deraadt Exp $ .\" $NetBSD: rlogin.1,v 1.4 1995/08/18 15:07:35 pk Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 --- 1,4 ---- ! .\" $OpenBSD: rlogin.1,v 1.4 1998/09/27 16:57:51 aaron Exp $ .\" $NetBSD: rlogin.1,v 1.4 1995/08/18 15:07:35 pk Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 *************** *** 48,60 **** .Op Fl l Ar username .Ar host .Sh DESCRIPTION ! .Nm Rlogin starts a terminal session on a remote host .Ar host . .Pp ! .Nm Rlogin first attempts to use the Kerberos authorization mechanism, described below. ! If the remote host does not supporting Kerberos the standard Berkeley .Pa rhosts authorization mechanism is used. The options are as follows: --- 48,60 ---- .Op Fl l Ar username .Ar host .Sh DESCRIPTION ! .Nm rlogin starts a terminal session on a remote host .Ar host . .Pp ! .Nm rlogin first attempts to use the Kerberos authorization mechanism, described below. ! If the remote host does not support Kerberos the standard Berkeley .Pa rhosts authorization mechanism is used. The options are as follows: *************** *** 89,102 **** option turns on socket debugging (see .Xr setsockopt 2 ) on the TCP sockets used for communication with the remote host. ! .It Fl e The .Fl e option allows user specification of the escape character, which is ``~'' by default. This specification may be as a literal character, or as an octal value in the form \ennn. ! .It Fl k The .Fl k option requests rlogin to obtain tickets for the remote host --- 89,102 ---- option turns on socket debugging (see .Xr setsockopt 2 ) on the TCP sockets used for communication with the remote host. ! .It Fl e Ar char The .Fl e option allows user specification of the escape character, which is ``~'' by default. This specification may be as a literal character, or as an octal value in the form \ennn. ! .It Fl k Ar realm The .Fl k option requests rlogin to obtain tickets for the remote host *************** *** 115,121 **** .Tn CPU utilization, but provides increased security. ! .It Fl l The .Fl l option specifies a different --- 115,121 ---- .Tn CPU utilization, but provides increased security. ! .It Fl l Ar username The .Fl l option specifies a different *************** *** 177,191 **** .Sh SEE ALSO .Xr rsh 1 , .Xr kerberos 3 , ! .Xr krb_sendauth 3 , ! .Xr krb_realmofhost 3 .Sh HISTORY The .Nm rlogin command appeared in .Bx 4.2 . .Sh BUGS ! .Nm Rlogin will be replaced by .Xr telnet 1 in the near future. --- 177,191 ---- .Sh SEE ALSO .Xr rsh 1 , .Xr kerberos 3 , ! .Xr krb_realmofhost 3 , ! .Xr krb_sendauth 3 .Sh HISTORY The .Nm rlogin command appeared in .Bx 4.2 . .Sh BUGS ! .Nm rlogin will be replaced by .Xr telnet 1 in the near future.