diff --git a/lib/libc/gen/getgrent.3 b/lib/libc/gen/getgrent.3 index a316bbcb558f..bdfe039af2e2 100644 --- a/lib/libc/gen/getgrent.3 +++ b/lib/libc/gen/getgrent.3 @@ -151,9 +151,9 @@ group database file .El .Sh SEE ALSO .Xr getpwent 3 , -.Xr yp 4 , .Xr group 5 , -.Xr nsswitch.conf 5 +.Xr nsswitch.conf 5 , +.Xr yp 8 .Sh HISTORY The functions .Fn endgrent , diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3 index 634711889369..8d8fd6e08518 100644 --- a/lib/libc/gen/getpwent.3 +++ b/lib/libc/gen/getpwent.3 @@ -168,11 +168,11 @@ A Version 7 format password file .Sh SEE ALSO .Xr getlogin 2 , .Xr getgrent 3 , -.Xr yp 4 , .Xr nsswitch.conf 5 , .Xr passwd 5 , .Xr pwd_mkdb 8 , -.Xr vipw 8 +.Xr vipw 8 , +.Xr yp 8 .Sh HISTORY The .Fn getpwent , diff --git a/lib/libc/net/ethers.3 b/lib/libc/net/ethers.3 index 650bda80f6e1..40b5c7d64a60 100644 --- a/lib/libc/net/ethers.3 +++ b/lib/libc/net/ethers.3 @@ -181,8 +181,8 @@ maps in addition to the data in the .Pa /etc/ethers file. .Sh SEE ALSO -.Xr yp 4 , -.Xr ethers 5 +.Xr ethers 5 , +.Xr yp 8 .Sh BUGS The .Fn ether_aton diff --git a/lib/libc/net/gethostbyname.3 b/lib/libc/net/gethostbyname.3 index 82a849c680df..72cd124d4cdf 100644 --- a/lib/libc/net/gethostbyname.3 +++ b/lib/libc/net/gethostbyname.3 @@ -123,7 +123,7 @@ server, broken-out fields from a line in .Pa /etc/hosts , or database entries supplied by the -.Xr yp 4 +.Xr yp 8 system. The order of the lookups is controlled by the .Sq hosts diff --git a/lib/libc/net/getnetent.3 b/lib/libc/net/getnetent.3 index 746867ef295f..8a9fb69c65e9 100644 --- a/lib/libc/net/getnetent.3 +++ b/lib/libc/net/getnetent.3 @@ -71,7 +71,7 @@ from the nameserver, broken-out fields of a line in the network data base .Pa /etc/networks , or entries supplied by the -.Xr yp 4 +.Xr yp 8 system. The order of the lookups is controlled by the `networks' entry in .Xr nsswitch.conf 5 . diff --git a/libexec/mknetid/mknetid.8 b/libexec/mknetid/mknetid.8 index 4f194a41cf80..8a2e3ab1a512 100644 --- a/libexec/mknetid/mknetid.8 +++ b/libexec/mknetid/mknetid.8 @@ -145,7 +145,7 @@ the default hosts database file the default netid database file .El .Sh SEE ALSO -.Xr yp 4 , +.Xr yp 8 , .Xr yp_mkdb 8 .Sh AUTHORS .An Bill Paul Aq wpaul@ctr.columbia.edu diff --git a/libexec/mknetid/netid.5 b/libexec/mknetid/netid.5 index 372de7862dac..d9cc0f962c29 100644 --- a/libexec/mknetid/netid.5 +++ b/libexec/mknetid/netid.5 @@ -85,7 +85,7 @@ for lines not generated automatically by .Xr mknetid 8 .El .Sh SEE ALSO -.Xr yp 4 , -.Xr mknetid 8 +.Xr mknetid 8 , +.Xr yp 8 .Sh AUTHORS .An Mats O Jansson Aq moj@stacken.kth.se diff --git a/libexec/revnetgroup/revnetgroup.8 b/libexec/revnetgroup/revnetgroup.8 index db68ce9d853d..3bf4691e1229 100644 --- a/libexec/revnetgroup/revnetgroup.8 +++ b/libexec/revnetgroup/revnetgroup.8 @@ -143,8 +143,8 @@ master server .El .Sh SEE ALSO .Xr getnetgrent 3 , -.Xr yp 4 , .Xr netgroup 5 , +.Xr yp 8 , .Xr yp_mkdb 8 .Sh AUTHORS .An Bill Paul Aq wpaul@ctr.columbia.edu diff --git a/libexec/ypxfr/ypxfr.8 b/libexec/ypxfr/ypxfr.8 index b546a66e73fd..cdb7bf6ddf82 100644 --- a/libexec/ypxfr/ypxfr.8 +++ b/libexec/ypxfr/ypxfr.8 @@ -285,7 +285,7 @@ maps for a particular domain. .El .Sh SEE ALSO -.Xr yp 4 , +.Xr yp 8 , .Xr yppush 8 , .Xr ypserv 8 .Sh AUTHORS diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 06ab8a9fd41e..e14622fbd8a0 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -193,7 +193,6 @@ MAN= aac.4 \ worm.4 \ xl.4 \ xpt.4 \ - yp.4 \ zero.4 MLINKS= agp.4 agpgart.4 @@ -216,7 +215,6 @@ MLINKS+=smp.4 SMP.4 MLINKS+=splash.4 screensaver.4 MLINKS+=syscons.4 sc.4 MLINKS+=vpo.4 imm.4 -MLINKS+=yp.4 YP.4 yp.4 NIS.4 yp.4 nis.4 # XXX NOT IMPORTED: man4.hp300 man4.sparc man4.tahoe man4.vax .if exists(${.CURDIR}/man4.${MACHINE_ARCH}) diff --git a/share/man/man4/yp.4 b/share/man/man4/yp.4 deleted file mode 100644 index 9c0b5f1ef384..000000000000 --- a/share/man/man4/yp.4 +++ /dev/null @@ -1,563 +0,0 @@ -.\" Copyright (c) 1992/3 Theo de Raadt -.\" All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" 3. The name of the author may not be used to endorse or promote -.\" products derived from this software without specific prior written -.\" permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.\" from: @(#)yp.8 1.0 (deraadt) 4/26/93 -.\" $FreeBSD$ -.\" -.Dd April 5, 1993 -.Dt YP 4 -.Os -.Sh NAME -.Nm yp -.Nd description of the YP/NIS system -.Sh SYNOPSIS -.Nm -.Sh DESCRIPTION -The -.Nm YP -subsystem allows network management of passwd, group, netgroup, hosts, -services, rpc, bootparams and ethers file -entries through the functions -.Xr getpwent 3 , -.Xr getgrent 3 , -.Xr getnetgrent 3 , -.Xr gethostent 3 , -.Xr getnetent 3 , -.Xr getrpcent 3 , -and -.Xr ethers 3 . -The -.Xr bootparamd 8 -daemon makes direct -.Tn NIS -library calls since there are no -functions in the standard C library for reading bootparams. -.Tn NIS -support is enabled in -.Xr nsswitch.conf 5 . -.Pp -The -.Nm YP -subsystem is started automatically in -.Pa /etc/rc -if it has been initialized in -.Pa /etc/rc.conf -and if the directory -.Pa /var/yp -exists (which it does in the default distribution). -The default -.Tn NIS -domain must also be set with the -.Xr domainname 1 -command, which will happen automatically at system startup if it is -specified in -.Pa /etc/rc.conf . -.Pp -.Tn NIS -is an -.Tn RPC Ns -based -client/server system that allows a group of -machines within an -.Tn NIS -domain to share a common set of configuration files. -This permits a system -administrator to set up -.Tn NIS -client systems with only minimal configuration -data and add, remove or modify configuration data from a single location. -.Pp -The canonical copies of all -.Tn NIS -information are stored on a single machine -called the -.Tn NIS -.Em "master server" . -The databases used to store the information are called -.Tn NIS -.Em maps . -In -.Fx , -these maps are stored in -.Pa /var/yp/ Ns Aq Ar domainname -where -.Aq Ar domainname -is the name of the -.Tn NIS -domain being served. -A single -.Tn NIS -server can -support several domains at once, therefore it is possible to have several -such directories, one for each supported domain. -Each domain will have -its own independent set of maps. -.Pp -In -.Fx , -the -.Tn NIS -maps are Berkeley DB hashed database files (the -same format used for the -.Xr passwd 5 -database files). -Other operating systems that support -.Tn NIS -use old-style -.Nm ndbm -databases instead (largely because Sun Microsystems originally based -their -.Tn NIS -implementation on -.Nm ndbm , -and other vendors have simply licensed -Sun's code rather than design their own implementation with a different -database format). -On these systems, the databases are generally split -into -.Pa .dir -and -.Pa .pag -files which the -.Nm ndbm -code uses to hold separate parts of the hash -database. -The Berkeley DB hash method instead uses a single file for -both pieces of information. -This means that while you may have -.Pa passwd.byname.dir -and -.Pa passwd.byname.pag -files on other operating systems (both of which are really parts of the -same map), -.Fx -will have only one file called -.Pa passwd.byname . -The difference in format is not significant: only the -.Tn NIS -server, -.Xr ypserv 8 , -and related tools need to know the database format of the -.Tn NIS -maps. -Client -.Tn NIS -systems receive all -.Tn NIS -data in -.Tn ASCII -form. -.Pp -There are three main types of -.Tn NIS -systems: -.Bl -enum -.It -.Tn NIS -clients, -which query -.Tn NIS -servers for information. -.It -.Tn NIS -master servers, -which maintain the canonical copies of all -.Tn NIS -maps. -.It -.Tn NIS -slave servers, -which maintain backup copies of -.Tn NIS -maps that are periodically -updated by the master. -.El -.Pp -A -.Tn NIS -client establishes what is called a -.Em binding -to a particular -.Tn NIS -server using the -.Xr ypbind 8 -daemon. -.Xr Ypbind 8 -checks the system's default domain (as set by the -.Xr domainname 1 -command) and begins broadcasting -.Tn RPC -requests on the local network. -These requests specify the name of the domain for which -.Xr ypbind 8 -is attempting to establish a binding. -If a server that has been -configured to serve the requested domain receives one of the broadcasts, -it will respond to -.Xr ypbind 8 , -which will record the server's address. -If there are several servers -available (a master and several slaves, for example), -.Xr ypbind 8 -will use the address of the first one to respond. -From that point -on, the client system will direct all of its -.Tn NIS -requests to that server. -.Xr Ypbind 8 -will occasionally -.Dq ping -the server to make sure it is still up -and running. -If it fails to receive a reply to one of its pings -within a reasonable amount of time, -.Xr ypbind 8 -will mark the domain as unbound and begin broadcasting again in the -hopes of locating another server. -.Pp -.Tn NIS -master and slave servers handle all -.Tn NIS -requests with the -.Xr ypserv 8 -daemon. -.Xr Ypserv 8 -is responsible for receiving incoming requests from -.Tn NIS -clients, -translating the requested domain and map name to a path to the -corresponding database file and transmitting data from the database -back to the client. -There is a specific set of requests that -.Xr ypserv 8 -is designed to handle, most of which are implemented as functions -within the standard C library: -.Bl -tag -width ".Fn yp_master" -.It Fn yp_order -check the creation date of a particular map -.It Fn yp_master -obtain the name of the -.Tn NIS -master server for a given -map/domain -.It Fn yp_match -lookup the data corresponding to a given in key in a particular -map/domain -.It Fn yp_first -obtain the first key/data pair in a particular map/domain -.It Fn yp_next -pass -.Xr ypserv 8 -a key in a particular map/domain and have it return the -key/data pair immediately following it (the functions -.Fn yp_first -and -.Fn yp_next -can be used to do a sequential search of an -.Tn NIS -map) -.It Fn yp_all -retrieve the entire contents of a map -.El -.Pp -There are a few other requests which -.Xr ypserv 8 -is capable of handling (i.e. acknowledge whether or not you can handle -a particular domain -.Pq Dv YPPROC_DOMAIN , -or acknowledge only if you can handle the domain and be silent otherwise -.Pq Dv YPPROC_DOMAIN_NONACK ) -but -these requests are usually generated only by -.Xr ypbind 8 -and are not meant to be used by standard utilities. -.Pp -On networks with a large number of hosts, it is often a good idea to -use a master server and several slaves rather than just a single master -server. -A slave server provides the exact same information as a master -server: whenever the maps on the master server are updated, the new -data should be propagated to the slave systems using the -.Xr yppush 8 -command. -The -.Tn NIS -.Pa Makefile -.Pq Pa /var/yp/Makefile -will do this automatically if the administrator comments out the -line which says -.Dq Li NOPUSH=true -.Va ( NOPUSH -is set to true by default because the default configuration is -for a small network with only one -.Tn NIS -server). -The -.Xr yppush 8 -command will initiate a transaction between the master and slave -during which the slave will transfer the specified maps from the -master server using -.Xr ypxfr 8 . -(The slave server calls -.Xr ypxfr 8 -automatically from within -.Xr ypserv 8 ; -therefore it is not usually necessary for the administrator -to use it directly. -It can be run manually if -desired, however.) -Maintaining -slave servers helps improve -.Tn NIS -performance on large -networks by: -.Bl -bullet -.It -Providing backup services in the event that the -.Tn NIS -master crashes -or becomes unreachable -.It -Spreading the client load out over several machines instead of -causing the master to become overloaded -.It -Allowing a single -.Tn NIS -domain to extend beyond -a local network (the -.Xr ypbind 8 -daemon might not be able to locate a server automatically if it resides on -a network outside the reach of its broadcasts. -It is possible to force -.Xr ypbind 8 -to bind to a particular server with -.Xr ypset 8 -but this is sometimes inconvenient. -This problem can be avoided simply by -placing a slave server on the local network.) -.El -.Pp -The -.Fx -.Xr ypserv 8 -is specially designed to provided enhanced security (compared to -other -.Tn NIS -implementations) when used exclusively with -.Fx -client -systems. -The -.Fx -password database system (which is derived directly -from -.Bx 4.4 ) -includes support for -.Em "shadow passwords" . -The standard password database does not contain users' encrypted -passwords: these are instead stored (along with other information) -is a separate database which is accessible only by the super-user. -If the encrypted password database were made available as an -.Tn NIS -map, this security feature would be totally disabled, since any user -is allowed to retrieve -.Tn NIS -data. -.Pp -To help prevent this, -.Fx Ns 's -.Tn NIS -server handles the shadow password maps -.Pa ( master.passwd.byname -and -.Pa master.passwd.byuid ) -in a special way: the server will only provide access to these -maps in response to requests that originate on privileged ports. -Since only the super-user is allowed to bind to a privileged port, -the server assumes that all such requests come from privileged -users. -All other requests are denied: requests from non-privileged -ports will receive only an error code from the server. -Additionally, -.Fx Ns 's -.Xr ypserv 8 -includes support for -.An Wietse Venema Ns 's -tcp wrapper package; with tcp -wrapper support enabled, the administrator can configure -.Xr ypserv 8 -to respond only to selected client machines. -.Pp -While these enhancements provide better security than stock -.Tn NIS Ns , -they are by no means 100% effective. -It is still possible for -someone with access to your network to spoof the server into disclosing -the shadow password maps. -.Pp -On the client side, -.Fx Ns 's -.Xr getpwent 3 -functions will automatically search for the -.Pa master.passwd -maps and use them if they exist. -If they do, they will be used, and -all fields in these special maps (class, password age and account -expiration) will be decoded. -If they are not found, the standard -.Pa passwd -maps will be used instead. -.Sh COMPATIBILITY -When using a -.No non- Ns Fx -.Tn NIS -server for -.Xr passwd 5 -files, it is unlikely that the default MD5-based format that -.Fx -uses for passwords will be accepted by it. -If this is the case, the value of the -.Va passwd_format -setting in -.Xr login.conf 5 -should be changed to -.Qq Li des -for compatibility. -.Pp -Some systems, such as -.Tn SunOS -4.x, need -.Tn NIS -to be running in order -for their hostname resolution functions -.Fn ( gethostbyname , -.Fn gethostbyaddr , -etc.) to work properly. -On these systems, -.Xr ypserv 8 -performs -.Tn DNS -lookups when asked to return information about -a host that does not exist in its -.Pa hosts.byname -or -.Pa hosts.byaddr -maps. -.Fx Ns 's -resolver uses -.Tn DNS -by default (it can be made to use -.Tn NIS , -if desired), therefore its -.Tn NIS -server does not do -.Tn DNS -lookups -by default. -However, -.Xr ypserv 8 -can be made to perform -.Tn DNS -lookups if it is started with a special -flag. -It can also be made to register itself as an -.Tn NIS -v1 server -in order to placate certain systems that insist on the presence of -a v1 server -.No ( Fx -uses only -.Tn NIS -v2, but many other systems, -including -.Tn SunOS -4.x, search for both a v1 and v2 server when binding). -.Fx Ns 's -.Xr ypserv 8 -does not actually handle -.Tn NIS -v1 requests, but this -.Dq "kludge mode" -is useful for silencing stubborn systems that search for both -a v1 and v2 server. -.Pp -(Please see the -.Xr ypserv 8 -manual page for a detailed description of these special features -and flags.) -.Sh BUGS -While -.Fx -now has both -.Tn NIS -client and server capabilities, it does not yet have support for -.Xr ypupdated 8 -or the -.Fn yp_update -function. -Both of these require secure -.Tn RPC , -which -.Fx -does not -support yet either. -.Pp -The -.Xr getservent 3 -and -.Xr getprotoent 3 -functions do not yet have -.Tn NIS -support. -Fortunately, these files -do not need to be updated that often. -.Pp -Many more manual pages should be written, especially -.Xr ypclnt 3 . -For the time being, seek out a local Sun machine and read the -manuals for there. -.Pp -Neither Sun nor this author have found a clean way to handle -the problems that occur when ypbind cannot find its server -upon bootup. -.Sh HISTORY -The -.Nm YP -subsystem was written from the ground up by -.An Theo de Raadt -to be compatible to Sun's implementation. -Bug fixes, improvements -and -.Tn NIS -server support were later added by -.An Bill Paul . -The server-side code was originally written by -.An Peter Eriksson -and -.An Tobias Reber -and is subject to the GNU Public License. -No Sun code was -referenced. diff --git a/share/man/man5/ethers.5 b/share/man/man5/ethers.5 index f638e90d008e..5716acc73ebb 100644 --- a/share/man/man5/ethers.5 +++ b/share/man/man5/ethers.5 @@ -96,7 +96,7 @@ file resides in .El .Sh SEE ALSO .Xr ethers 3 , -.Xr yp 4 +.Xr yp 8 .Sh HISTORY The .Nm diff --git a/share/man/man5/group.5 b/share/man/man5/group.5 index f0ac15493446..9c2038482201 100644 --- a/share/man/man5/group.5 +++ b/share/man/man5/group.5 @@ -144,9 +144,9 @@ may still have this limit. .Xr crypt 3 , .Xr getgrent 3 , .Xr initgroups 3 , -.Xr yp 4 , .Xr nsswitch.conf 5 , -.Xr passwd 5 +.Xr passwd 5 , +.Xr yp 8 .Sh BUGS The .Xr passwd 1 diff --git a/share/man/man5/hosts.equiv.5 b/share/man/man5/hosts.equiv.5 index 4293a8b25ace..e824e51dedd3 100644 --- a/share/man/man5/hosts.equiv.5 +++ b/share/man/man5/hosts.equiv.5 @@ -134,9 +134,9 @@ file resides in .Xr inet 3 , .Xr innetgr 3 , .Xr ruserok 3 , -.Xr yp 4 , .Xr ifconfig 8 , -.Xr named 8 +.Xr named 8 , +.Xr yp 8 .Sh BUGS This man page is incomplete. For more information read diff --git a/share/man/man5/passwd.5 b/share/man/man5/passwd.5 index 204f9d8d7e99..46367f7bfa53 100644 --- a/share/man/man5/passwd.5 +++ b/share/man/man5/passwd.5 @@ -296,11 +296,11 @@ field may also be overridden. .Xr login 1 , .Xr passwd 1 , .Xr getpwent 3 , -.Xr yp 4 , .Xr netgroup 5 , .Xr adduser 8 , .Xr pwd_mkdb 8 , -.Xr vipw 8 +.Xr vipw 8 , +.Xr yp 8 .Pp .%T "Managing NFS and NIS" (O'Reilly & Associates) diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index bb05cfb7773a..cd7875d06576 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -1876,7 +1876,6 @@ Flags for .Xr info 1 , .Xr makewhatis 1 , .Xr vidcontrol 1 , -.Xr yp 4 , .Xr exports 5 , .Xr motd 5 , .Xr accton 8 , @@ -1917,6 +1916,7 @@ Flags for .Xr timed 8 , .Xr vinum 8 , .Xr xtend 8 , +.Xr yp 8 , .Xr ypbind 8 , .Xr ypserv 8 , .Xr ypset 8 diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile index 87c41bd8a603..94f99c32dabb 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -7,10 +7,12 @@ MAN= adding_user.8 \ intro.8 \ picobsd.8 \ rc.8 \ - sticky.8 + sticky.8 \ + yp.8 MLINKS= rc.8 rc.serial.8 rc.8 rc.pccard.8 rc.8 rc.network.8 MLINKS+=rc.8 rc.firewall.8 rc.8 rc.atm.8 rc.8 rc.local.8 rc.8 rc.shutdown.8 +MLINKS+=yp.8 YP.8 yp.8 NIS.8 yp.8 nis.8 # XXX NOT IMPORTED: man8.hp300 man8.tahoe man8.vax .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "alpha" diff --git a/share/man/man8/yp.8 b/share/man/man8/yp.8 index 9c0b5f1ef384..842fb5c6d84d 100644 --- a/share/man/man8/yp.8 +++ b/share/man/man8/yp.8 @@ -29,7 +29,7 @@ .\" $FreeBSD$ .\" .Dd April 5, 1993 -.Dt YP 4 +.Dt YP 8 .Os .Sh NAME .Nm yp diff --git a/usr.bin/ypcat/ypcat.1 b/usr.bin/ypcat/ypcat.1 index 1a9e8cb4ebce..4bc09e37fd51 100644 --- a/usr.bin/ypcat/ypcat.1 +++ b/usr.bin/ypcat/ypcat.1 @@ -66,7 +66,7 @@ Display the map nickname table. .Sh SEE ALSO .Xr domainname 1 , .Xr ypmatch 1 , -.Xr yp 4 , +.Xr yp 8 , .Xr ypbind 8 , .Xr ypset 8 .Sh AUTHORS diff --git a/usr.bin/ypmatch/ypmatch.1 b/usr.bin/ypmatch/ypmatch.1 index 4559403b004b..b34980a9eb9f 100644 --- a/usr.bin/ypmatch/ypmatch.1 +++ b/usr.bin/ypmatch/ypmatch.1 @@ -67,7 +67,7 @@ Display the map nickname table. .Sh SEE ALSO .Xr domainname 1 , .Xr ypcat 1 , -.Xr yp 4 , +.Xr yp 8 , .Xr ypbind 8 , .Xr ypset 8 .Sh AUTHORS diff --git a/usr.bin/ypwhich/ypwhich.1 b/usr.bin/ypwhich/ypwhich.1 index 58ac68d11af2..1c6b813e3a55 100644 --- a/usr.bin/ypwhich/ypwhich.1 +++ b/usr.bin/ypwhich/ypwhich.1 @@ -90,7 +90,7 @@ Display the map nickname table. .Xr domainname 1 , .Xr ypcat 1 , .Xr ypmatch 1 , -.Xr yp 4 , +.Xr yp 8 , .Xr ypbind 8 , .Xr yppoll 8 , .Xr ypset 8 diff --git a/usr.sbin/adduser/adduser.8 b/usr.sbin/adduser/adduser.8 index 73ab6608d685..435d16c8ccb3 100644 --- a/usr.sbin/adduser/adduser.8 +++ b/usr.sbin/adduser/adduser.8 @@ -233,7 +233,6 @@ logfile for adduser .Xr finger 1 , .Xr passwd 1 , .Xr setlogin 2 , -.Xr yp 4 , .Xr aliases 5 , .Xr group 5 , .Xr login.conf 5 , @@ -242,7 +241,8 @@ logfile for adduser .Xr pw 8 , .Xr pwd_mkdb 8 , .Xr rmuser 8 , -.Xr vipw 8 +.Xr vipw 8 , +.Xr yp 8 .\" .Sh BUGS .Sh HISTORY The diff --git a/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 b/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 index 92d908e2c80a..46877c140430 100644 --- a/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 +++ b/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 @@ -327,7 +327,7 @@ The template password file(s) for non-default domains (used only in multi-domain mode). .El .Sh SEE ALSO -.Xr yp 4 , +.Xr yp 8 , .Xr yppush 8 , .Xr ypserv 8 , .Xr ypxfr 8 diff --git a/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 b/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 index b4360cf49f99..fc25ca6b7dca 100644 --- a/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 +++ b/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 @@ -126,7 +126,7 @@ The compiled-in default path is The NIS maps for a particular NIS domain. .El .Sh SEE ALSO -.Xr yp 4 , +.Xr yp 8 , .Xr yppush 8 , .Xr ypserv 8 , .Xr ypxfr 8 diff --git a/usr.sbin/ypbind/ypbind.8 b/usr.sbin/ypbind/ypbind.8 index 0ea7d647bdbf..3c3d4f7b182c 100644 --- a/usr.sbin/ypbind/ypbind.8 +++ b/usr.sbin/ypbind/ypbind.8 @@ -196,7 +196,7 @@ ypbind startup options are specified .Sh SEE ALSO .Xr domainname 1 , .Xr syslog 3 , -.Xr yp 4 , +.Xr yp 8 , .Xr ypserv 8 , .Xr ypset 8 .Sh AUTHORS diff --git a/usr.sbin/yppoll/yppoll.8 b/usr.sbin/yppoll/yppoll.8 index 2a3d0b626a9b..1784154b623c 100644 --- a/usr.sbin/yppoll/yppoll.8 +++ b/usr.sbin/yppoll/yppoll.8 @@ -75,7 +75,7 @@ instead of the default domain as returned by .Xr ypcat 1 , .Xr ypmatch 1 , .Xr ypwhich 1 , -.Xr yp 4 , +.Xr yp 8 , .Xr ypbind 8 , .Xr ypset 8 .Sh AUTHORS diff --git a/usr.sbin/yppush/yppush.8 b/usr.sbin/yppush/yppush.8 index 123ee3c27fbf..d4dedd31584a 100644 --- a/usr.sbin/yppush/yppush.8 +++ b/usr.sbin/yppush/yppush.8 @@ -167,7 +167,7 @@ the NIS ypservers map containing the names of all servers in a particular NIS domain .El .Sh SEE ALSO -.Xr yp 4 , +.Xr yp 8 , .Xr ypserv 8 , .Xr ypxfr 8 .Sh BUGS diff --git a/usr.sbin/ypserv/ypinit.8 b/usr.sbin/ypserv/ypinit.8 index f4c528e64d1a..6d25e4268f34 100644 --- a/usr.sbin/ypserv/ypinit.8 +++ b/usr.sbin/ypserv/ypinit.8 @@ -162,9 +162,9 @@ Ypservers source file (generated by .Nm ) .El .Sh SEE ALSO -.Xr yp 4 , .Xr mknetid 8 , .Xr revnetgroup 8 , +.Xr yp 8 , .Xr yppush 8 , .Xr ypserv 8 , .Xr ypxfr 8 , diff --git a/usr.sbin/ypserv/ypserv.8 b/usr.sbin/ypserv/ypserv.8 index 5ed948dde276..d929f64789e4 100644 --- a/usr.sbin/ypserv/ypserv.8 +++ b/usr.sbin/ypserv/ypserv.8 @@ -442,8 +442,8 @@ host access control file .Sh SEE ALSO .Xr ypcat 1 , .Xr db 3 , -.Xr yp 4 , .Xr rpc.yppasswdd 8 , +.Xr yp 8 , .Xr ypbind 8 , .Xr ypinit 8 , .Xr yppush 8 , diff --git a/usr.sbin/ypset/ypset.8 b/usr.sbin/ypset/ypset.8 index 41768ce8215c..d15b60d39689 100644 --- a/usr.sbin/ypset/ypset.8 +++ b/usr.sbin/ypset/ypset.8 @@ -79,7 +79,7 @@ instead of the default domain as returned by .Xr domainname 1 , .Xr ypcat 1 , .Xr ypmatch 1 , -.Xr yp 4 , +.Xr yp 8 , .Xr ypbind 8 .Sh AUTHORS .An Theo De Raadt