Print this page
re #11781 rb3701 Update man related tools (add missed files)
re #11781 rb3701 Update man related tools
--HG--
rename : usr/src/cmd/man/src/THIRDPARTYLICENSE => usr/src/cmd/man/THIRDPARTYLICENSE
rename : usr/src/cmd/man/src/THIRDPARTYLICENSE.descrip => usr/src/cmd/man/THIRDPARTYLICENSE.descrip
rename : usr/src/cmd/man/src/man.c => usr/src/cmd/man/man.c
re #11201 nss: need local netgroup implementation
*** 16,31 ****
/etc/nsswitch.conf.
database is the name of the database to be examined. This can be
passwd, shadow, group, hosts, ipnodes, services, protocols, ethers,
! project, networks, or netmasks. For each of these databases, getent
! uses the appropriate library routines described in getpwnam(3C),
getspnam(3C), getgrnam(3C), gethostbyaddr(3NSL), gethostbyname(3NSL),
getipnodebyaddr(3SOCKET), getipnodebyname(3SOCKET),
getservbyname(3SOCKET), getprotobyname(3SOCKET), ethers(3SOCKET),
! getprojbyname(3PROJECT) and getnetbyname(3SOCKET), respectively.
Each key must be in a format appropriate for searching on the
respective database. For example, it can be a username or numeric-uid
for passwd; hostname or IP address for hosts; or service,
--- 16,32 ----
/etc/nsswitch.conf.
database is the name of the database to be examined. This can be
passwd, shadow, group, hosts, ipnodes, services, protocols, ethers,
! project, networks, netmasks, or netgroup. For each of these databases,
! getent uses the appropriate library routines described in getpwnam(3C),
getspnam(3C), getgrnam(3C), gethostbyaddr(3NSL), gethostbyname(3NSL),
getipnodebyaddr(3SOCKET), getipnodebyname(3SOCKET),
getservbyname(3SOCKET), getprotobyname(3SOCKET), ethers(3SOCKET),
! getprojbyname(3PROJECT), getnetbyname(3SOCKET), or getnetgrent(3C)
! respectively.
Each key must be in a format appropriate for searching on the
respective database. For example, it can be a username or numeric-uid
for passwd; hostname or IP address for hosts; or service,