diff options
author | charnier <charnier@FreeBSD.org> | 2002-04-20 12:18:28 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-04-20 12:18:28 +0000 |
commit | ad8a79e6a5c75acf360e9310860387b68066c0b7 (patch) | |
tree | 9eb4b7d718b67229ee4b8e61e9cad466a5a36945 /usr.bin/rlogin | |
parent | e2acd5cecf61f060255d467b8d38cd35f941fb1c (diff) | |
download | FreeBSD-src-ad8a79e6a5c75acf360e9310860387b68066c0b7.zip FreeBSD-src-ad8a79e6a5c75acf360e9310860387b68066c0b7.tar.gz |
Use `The .Nm utility'
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 4fe8a9a..2b15e99 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 |