diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-02 18:05:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-02 18:05:48 +0000 |
commit | 3ab14ca55e9e29b9c3cd3fdecec447a389d96d6b (patch) | |
tree | 1597db1183f574f341d7b674c7c3fadc844db444 /usr.sbin/ypbind/ypbind.8 | |
parent | 7e2116a14a40c7c52f7a2dbc31c5d2ec7ff2d528 (diff) |
doc /etc/yp/DOMAINNAME server list file better
Diffstat (limited to 'usr.sbin/ypbind/ypbind.8')
-rw-r--r-- | usr.sbin/ypbind/ypbind.8 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/ypbind/ypbind.8 b/usr.sbin/ypbind/ypbind.8 index 7fad0c1ae3b..f1fc667ba8e 100644 --- a/usr.sbin/ypbind/ypbind.8 +++ b/usr.sbin/ypbind/ypbind.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypbind.8,v 1.6 1997/01/30 07:47:28 deraadt Exp $ +.\" $OpenBSD: ypbind.8,v 1.7 1997/04/02 18:05:47 deraadt Exp $ .\" $NetBSD: ypbind.8,v 1.2 1996/02/28 01:21:00 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -101,8 +101,11 @@ and .Fl ypsetme options are dangerous and should be avoided. For greatest security, the use of a server list in -.Pa /var/yp/DOMAINNAME +.Pa /etc/yp/DOMAINNAME is recommended. +The file should contain a list of valid YP server hostnames, +with one hostname per line. +The comment character is #. .Pp If the directory .Pa /var/yp/binding |