diff options
Diffstat (limited to 'lib/libc/net/rcmd.3')
-rw-r--r-- | lib/libc/net/rcmd.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/libc/net/rcmd.3 b/lib/libc/net/rcmd.3 index 014ef98..e25057f 100644 --- a/lib/libc/net/rcmd.3 +++ b/lib/libc/net/rcmd.3 @@ -29,14 +29,16 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)rcmd.3 8.1 (Berkeley) 6/4/93 +.\" From: @(#)rcmd.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" -.Dd June 4, 1993 +.Dd February 15, 1996 .Dt RCMD 3 .Os BSD 4.2 .Sh NAME .Nm rcmd , .Nm rresvport , +.Nm iruserok , .Nm ruserok .Nd routines for returning a stream to a remote command .Sh SYNOPSIS @@ -150,7 +152,7 @@ in the local user's home directory is checked to see if the request for service is allowed. .Pp If this file does not exist, is not a regular file, is owned by anyone -other than the user or the super-user, or is writeable by anyone other +other than the user or the super-user, or is writable by anyone other than the owner, the check automatically fails. Zero is returned if the machine name is listed in the .Dq Pa hosts.equiv @@ -162,7 +164,7 @@ and .Fn ruserok return \-1. If the local domain (as obtained from -.Xr gethostname 2 ) +.Xr gethostname 3 ) is the same as the remote domain, only the machine name need be specified. .Pp The |