writable instead of writeable. By Adrian Mrva.
This commit is contained in:
parent
8e21934b43
commit
091f48096d
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: rcmd.3,v 1.22 2002/02/07 07:00:21 ross Exp $
|
||||
.\" $NetBSD: rcmd.3,v 1.23 2002/10/02 10:57:55 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -218,7 +218,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
|
||||
|
|
Loading…
Reference in New Issue