From naddy@bigeye.rhein-neckar.de  Fri Dec 24 21:30:28 1999
Return-Path: <naddy@bigeye.rhein-neckar.de>
Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3])
	by hub.freebsd.org (Postfix) with ESMTP id 451CE14C47
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 Dec 1999 21:30:27 -0800 (PST)
	(envelope-from naddy@bigeye.rhein-neckar.de)
Received: from bigeye.rhein-neckar.de (uucp@localhost)
	by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id GAA00426
	for FreeBSD-gnats-submit@freebsd.org; Sat, 25 Dec 1999 06:30:25 +0100 (CET)
	(envelope-from naddy@bigeye.rhein-neckar.de)
Received: (from naddy@localhost)
	by bigeye.rhein-neckar.de (8.9.3/8.9.3) id EAA67601;
	Sat, 25 Dec 1999 04:44:15 +0100 (CET)
	(envelope-from naddy)
Message-Id: <199912250344.EAA67601@bigeye.rhein-neckar.de>
Date: Sat, 25 Dec 1999 04:44:15 +0100 (CET)
From: Christian Weisgerber <naddy@mips.rhein-neckar.de>
Sender: naddy@bigeye.rhein-neckar.de
Reply-To: naddy@mips.rhein-neckar.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: Xref hosts.equiv(5) from r* man pages
X-Send-Pr-Version: 3.2

>Number:         15680
>Category:       docs
>Synopsis:       Xref hosts.equiv(5) from r* man pages
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 24 21:40:00 PST 1999
>Closed-Date:    Fri Jan 7 05:17:18 PST 2000
>Last-Modified:  Fri Jan  7 05:17:36 PST 2000
>Originator:     Christian Weisgerber
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

>Description:

The rlogin.1/rsh.1/rlogind.1/rshd.1 man pages don't crossreference
hosts.equiv(5), which makes it difficult for newbies to configure
these r* commands.

Other than adding the crossreferences and mentions in the FILES
section where missing, the appended patch also changes

.Pa $HOME/foo

to

.Sm off
.Pa Ev $HOME /foo
.Sm on

in order to properly mark up the environment variable.

>How-To-Repeat:

>Fix:

--- /usr/src/libexec/rshd/rshd.8	Sat Sep 11 03:50:40 1999
+++ libexec/rshd/rshd.8	Sat Dec 25 04:32:15 1999
@@ -219,6 +219,7 @@
 .Xr rcmd 3 ,
 .Xr ruserok 3 ,
 .Xr hosts 5 ,
+.Xr hosts.equiv 5 ,
 .Xr login.conf 5 ,
 .Xr nologin 5 ,
 .Xr services 5 ,
@@ -230,7 +231,9 @@
 .It Pa /etc/hosts
 .It Pa /etc/hosts.equiv
 .It Pa /etc/login.conf
-.It Pa $HOME/.rhosts
+.Sm off
+.It Pa Ev $HOME /.rhosts
+.Sm on
 .It Pa /var/run/nologin
 .El
 .Sh BUGS
--- /usr/src/libexec/rlogind/rlogind.8	Sat Sep 11 03:50:35 1999
+++ libexec/rlogind/rlogind.8	Sat Dec 25 04:31:18 1999
@@ -170,13 +170,16 @@
 .Xr login 1 ,
 .Xr ruserok 3 ,
 .Xr hosts 5 ,
+.Xr hosts.equiv 5 ,
 .Xr nologin 5 ,
 .Xr rshd 8
 .Sh FILES
 .Bl -tag -width /etc/hostsxxxxxxxx -compact
 .It Pa /etc/hosts
 .It Pa /etc/hosts.equiv
-.It Pa $HOME/.rhosts
+.Sm off
+.It Pa Ev $HOME /.rhosts
+.Sm on
 .It Pa /var/run/nologin
 .El
 
--- /usr/src/usr.bin/rlogin/rlogin.1	Sat Sep 11 04:02:00 1999
+++ usr.bin/rlogin/rlogin.1	Sat Dec 25 04:28:12 1999
@@ -194,6 +194,7 @@
 .Xr ruserok 3 ,
 .Xr tty 4 ,
 .Xr hosts 5 ,
+.Xr hosts.equiv 5 ,
 .Xr rlogind 8 ,
 .Xr rshd 8
 
@@ -202,8 +203,10 @@
 .It Pa /etc/hosts
 .It Pa /etc/hosts.equiv
 .It Pa /etc/auth.conf
-.It Pa $HOME/.rhosts
-.It Pa $HOME/.klogin
+.Sm off
+.It Pa Ev $HOME /.rhosts
+.It Pa Ev $HOME /.klogin
+.Sm on
 .El
 
 .Sh HISTORY
--- /usr/src/usr.bin/rsh/rsh.1	Fri Nov 19 00:22:27 1999
+++ usr.bin/rsh/rsh.1	Sat Dec 25 04:27:20 1999
@@ -137,7 +137,11 @@
 .Sh FILES
 .Bl -tag -width /etc/hosts -compact
 .It Pa /etc/hosts
+.It Pa /etc/hosts.equiv
 .It Pa /etc/auth.conf
+.Sm off
+.It Pa Ev $HOME /.rhosts
+.Sm on
 .El
 .Sh SEE ALSO
 .Xr rlogin 1 ,
@@ -148,6 +152,7 @@
 .Xr rcmd 3 ,
 .Xr ruserok 3 ,
 .Xr hosts 5 ,
+.Xr hosts.equiv 5 ,
 .Xr rlogind 8 ,
 .Xr rshd 8
 .Sh HISTORY

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: phantom 
State-Changed-When: Fri Jan 7 05:17:18 PST 2000 
State-Changed-Why:  
Fixed. Thanks! 
>Unformatted:
