Date: Tue, 14 Jun 2011 23:30:48 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r223103 - stable/7/share/man/man5 Message-ID: <201106142330.p5ENUm3l056175@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb (doc committer) Date: Tue Jun 14 23:30:48 2011 New Revision: 223103 URL: http://svn.freebsd.org/changeset/base/223103 Log: MFC 186445 by trhodes: Netgroup database can be centralized via NIS, list it. Add a missing comma and bump doc date. PR: 127602 Modified: stable/7/share/man/man5/nsswitch.conf.5 Directory Properties: stable/7/share/man/man5/ (props changed) Modified: stable/7/share/man/man5/nsswitch.conf.5 ============================================================================== --- stable/7/share/man/man5/nsswitch.conf.5 Tue Jun 14 22:52:24 2011 (r223102) +++ stable/7/share/man/man5/nsswitch.conf.5 Tue Jun 14 23:30:48 2011 (r223103) @@ -33,7 +33,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 22, 2007 +.Dd December 23, 2008 .Dt NSSWITCH.CONF 5 .Os .Sh NAME @@ -141,9 +141,13 @@ The following databases are used by the .Xr getrpcbynumber 3 , .Xr getrpcent 3 .It proto -.Xr getprotobyname 3 +.Xr getprotobyname 3 , .Xr getprotobynumber 3 , .Xr getprotoent 3 +.It netgroup +.Xr getnetgrent 3 , +.Xr setnetgrent 3 , +.Xr innetgr 3 .El .Ss Status codes The following status codes are available:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106142330.p5ENUm3l056175>