From e14f5c8e034203b3ed319c0d0b7d34c7004d38b6 Mon Sep 17 00:00:00 2001 From: lukem Date: Mon, 6 Oct 1997 01:20:15 +0000 Subject: [PATCH] clarify that "domainname" in various pathnames is the actual domain name --- usr.sbin/ypbind/ypbind.8 | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/usr.sbin/ypbind/ypbind.8 b/usr.sbin/ypbind/ypbind.8 index 92be18ffbddd..f768065bd7a3 100644 --- a/usr.sbin/ypbind/ypbind.8 +++ b/usr.sbin/ypbind/ypbind.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: ypbind.8,v 1.8 1997/10/06 00:52:52 lukem Exp $ +.\" $NetBSD: ypbind.8,v 1.9 1997/10/06 01:20:15 lukem Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -56,8 +56,11 @@ that particular domain and which port the server is using. This information is stored in the directory .Pa /var/yp/binding in a file named with the convention -.Pa domainname.version . -(The YP system only supplies information on version 2.) +.Pa .version , +where +.Aq domain +is the relevant domain. +The YP system only supplies information on version 2. .Pp If .Nm @@ -66,7 +69,7 @@ is started without the option, .Nm steps through the list of YP servers specified in -.Pa /var/yp/binding/domainname.ypservers +.Pa /var/yp/binding/.ypservers and contacts each in turn attempting to bind to that server. It is strongly recommended that these hosts are in the local hosts file, and that hosts are looked up in local files before @@ -77,7 +80,7 @@ If is started with the .Fl broadcast option, or if -.Pa /var/yp/binding/domainname.ypservers +.Pa /var/yp/binding/.ypservers does not exist, .Nm broadcasts to find a process willing to serve maps for the @@ -121,10 +124,10 @@ and .Fl ypsetme , options are inherently insecure and should be avoided. .Sh FILES -.Pa /var/yp/binding/domainname.version -- binding file for domainname -.Pa /var/yp/binding/domainname.ypservers -- explicit servers to bind to. +.Pa /var/yp/binding/.version +- binding file for . +.Pa /var/yp/binding/.ypservers +- explicit list of servers to bind to for . .Sh SEE ALSO .Xr domainname 1 , .Xr ypcat 1 ,