diff options
author | 1996-06-18 17:59:03 +0000 | |
---|---|---|
committer | 1996-06-18 17:59:03 +0000 | |
commit | b31b75254861365de564f65486303b9a5c57612b (patch) | |
tree | 748c020d9b72d84ad1eeb6e43e38164a4eda764d | |
parent | name the client "client", and mention YP support (diff) | |
download | wireguard-openbsd-b31b75254861365de564f65486303b9a5c57612b.tar.xz wireguard-openbsd-b31b75254861365de564f65486303b9a5c57612b.zip |
talk about ypinit; fails to talk about "ypmake" still
-rw-r--r-- | share/man/man8/yp.8 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/share/man/man8/yp.8 b/share/man/man8/yp.8 index 3139f6050be..9dbe16dc7f9 100644 --- a/share/man/man8/yp.8 +++ b/share/man/man8/yp.8 @@ -34,6 +34,14 @@ .Nm yp .Nd description of the YP subsystem .Sh SYNOPSIS +.Nm ypinit +.Op Fl m +.Ar domain +.Nm ypinit +.Op Fl s +.Ar server +.Ar domain +.Pp .Nm ypbind .Op Fl ypset .Nm ypbind @@ -114,6 +122,13 @@ to access distributed and shareable versions of their maps through .Nm YP . .Pp +.Nm ypinit +is used to initialize YP as a server or master. This creates +various files in +.Pa /var/yp . +If setup as a server, the required databases are automatically copied +from the specified server. +.Pp The .Nm YP client subsystem is started automatically in |