Deleted Added
full compact
rlogin.1 (225736) rlogin.1 (238481)
1.\" Copyright (c) 1983, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 12 unchanged lines hidden (view full) ---

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)rlogin.1 8.1 (Berkeley) 6/6/93
1.\" Copyright (c) 1983, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 12 unchanged lines hidden (view full) ---

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)rlogin.1 8.1 (Berkeley) 6/6/93
29.\" $FreeBSD: stable/9/usr.bin/rlogin/rlogin.1 216370 2010-12-11 08:32:16Z joel $
29.\" $FreeBSD: stable/9/usr.bin/rlogin/rlogin.1 238481 2012-07-15 11:39:35Z des $
30.\"
31.Dd September 26, 2003
32.Dt RLOGIN 1
33.Os
34.Sh NAME
35.Nm rlogin
36.Nd remote login
37.Sh SYNOPSIS

--- 85 unchanged lines hidden (view full) ---

123.Bl -tag -width TERM
124.It Ev TERM
125Determines the user's terminal type.
126.El
127.Sh FILES
128.Bl -tag -width /etc/hosts -compact
129.It Pa /etc/hosts
130.It Pa /etc/hosts.equiv
30.\"
31.Dd September 26, 2003
32.Dt RLOGIN 1
33.Os
34.Sh NAME
35.Nm rlogin
36.Nd remote login
37.Sh SYNOPSIS

--- 85 unchanged lines hidden (view full) ---

123.Bl -tag -width TERM
124.It Ev TERM
125Determines the user's terminal type.
126.El
127.Sh FILES
128.Bl -tag -width /etc/hosts -compact
129.It Pa /etc/hosts
130.It Pa /etc/hosts.equiv
131.It Pa /etc/auth.conf
132.It Ev $HOME Ns Pa /.rhosts
133.El
134.Sh SEE ALSO
135.Xr login 1 ,
136.Xr rsh 1 ,
137.Xr telnet 1 ,
138.Xr setsockopt 2 ,
139.Xr ruserok 3 ,
140.Xr tty 4 ,
131.It Ev $HOME Ns Pa /.rhosts
132.El
133.Sh SEE ALSO
134.Xr login 1 ,
135.Xr rsh 1 ,
136.Xr telnet 1 ,
137.Xr setsockopt 2 ,
138.Xr ruserok 3 ,
139.Xr tty 4 ,
141.Xr auth.conf 5 ,
142.Xr hosts 5 ,
143.Xr hosts.equiv 5 ,
144.Xr rlogind 8 ,
145.Xr rshd 8
146.Sh HISTORY
147The
148.Nm
149command appeared in
150.Bx 4.2 .
151.Pp
152IPv6 support was added by WIDE/KAME project.
153.Sh BUGS
154The
155.Nm
156utility will be replaced by
157.Xr telnet 1
158in the near future.
159.Pp
160More of the environment should be propagated.
140.Xr hosts 5 ,
141.Xr hosts.equiv 5 ,
142.Xr rlogind 8 ,
143.Xr rshd 8
144.Sh HISTORY
145The
146.Nm
147command appeared in
148.Bx 4.2 .
149.Pp
150IPv6 support was added by WIDE/KAME project.
151.Sh BUGS
152The
153.Nm
154utility will be replaced by
155.Xr telnet 1
156in the near future.
157.Pp
158More of the environment should be propagated.