diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2002-04-20 12:18:28 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2002-04-20 12:18:28 +0000 |
| commit | e8937ba00998cca6f259b3fdf32a7f7a38bc26ec (patch) | |
| tree | 9eb4b7d718b67229ee4b8e61e9cad466a5a36945 /usr.bin/rlogin | |
| parent | 1c2451c24d59abde50b89c0d506523298e1ae1e1 (diff) | |
Notes
Diffstat (limited to 'usr.bin/rlogin')
| -rw-r--r-- | usr.bin/rlogin/rlogin.1 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/usr.bin/rlogin/rlogin.1 b/usr.bin/rlogin/rlogin.1 index 4fe8a9a259ff..2b15e99b9a6d 100644 --- a/usr.bin/rlogin/rlogin.1 +++ b/usr.bin/rlogin/rlogin.1 @@ -47,11 +47,14 @@ .Op Fl l Ar username .Ar host .Sh DESCRIPTION -.Nm Rlogin -starts a terminal session on a remote host +The +.Nm +utility starts a terminal session on a remote host .Ar host . .Pp -.Nm Rlogin +The +.Nm +utility first attempts to use the Kerberos authorization mechanism, described below. If the remote host does not support Kerberos the standard Berkeley .Pa rhosts @@ -231,8 +234,9 @@ command appeared in .Pp IPv6 support was added by WIDE/KAME project. .Sh BUGS -.Nm Rlogin -will be replaced by +The +.Nm +utility will be replaced by .Xr telnet 1 in the near future. .Pp |
