svn commit: r223103 - stable/7/share/man/man5
Glen Barber
gjb at FreeBSD.org
Tue Jun 14 23:30:48 UTC 2011
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:
More information about the svn-src-stable
mailing list