diff options
author | 1996-06-18 17:49:26 +0000 | |
---|---|---|
committer | 1996-06-18 17:49:26 +0000 | |
commit | 5653bc038a4094e1c1f66dd00e9fc0f47d17824e (patch) | |
tree | 7d6fffad4fbb8557eea248f44c9dfe8da3390d3c | |
parent | Note that bootparamd returns both server and path. Minor nit. (diff) | |
download | wireguard-openbsd-5653bc038a4094e1c1f66dd00e9fc0f47d17824e.tar.xz wireguard-openbsd-5653bc038a4094e1c1f66dd00e9fc0f47d17824e.zip |
name the client "client", and mention YP support
-rw-r--r-- | usr.sbin/rpc.bootparamd/bootparams.5 | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/usr.sbin/rpc.bootparamd/bootparams.5 b/usr.sbin/rpc.bootparamd/bootparams.5 index 66e68bbb98d..4a0d4a30e0c 100644 --- a/usr.sbin/rpc.bootparamd/bootparams.5 +++ b/usr.sbin/rpc.bootparamd/bootparams.5 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: bootparams.5,v 1.3 1996/06/18 17:43:21 briggs Exp $ +.\" $Id: bootparams.5,v 1.4 1996/06/18 17:49:26 deraadt Exp $ .\" .Dd October 2, 1994 .Dt BOOTPARAMS 5 @@ -57,19 +57,22 @@ and may be continued onto multiple lines with a backslash. .Pp For example: .Bd -literal -offset indent -dummy root=server:/export/dummy/root \\ - swap=server:/export/dummy/swap \\ - dump=server:/export/dummy/swap +client root=server:/export/client/root \\ + swap=server:/export/client/swap \\ + dump=server:/export/client/swap .Ed .Pp -When the client named "dummy" requests the pathname for -its logical "root" it will be given server +When the client named "client" requests the pathname for +its logical "root" it will be given the server name .Dq Pa "server" -and pathname -.Dq Pa "/export/dummy/root" +and the pathname +.Dq Pa "/export/client/root" as the response to its .Tn RPC request. +.Pp +A line containing simply "+" will cause YP lookups to be +done on the YP map "bootparams". .Sh FILES .Bl -tag -width /etc/bootparams -compact .It Pa /etc/bootparams @@ -77,4 +80,5 @@ default configuration file .El .Sh "SEE ALSO" .Xr diskless 8 , -.Xr rpc.bootparamd 8 +.Xr rpc.bootparamd 8 , +.Xr yp 8 |