Bug 127602

Summary: [patch] Incomplete information in nsswitch.conf(5)
Product: Documentation Reporter: Dmitry Sivachenko <mitya>
Component: Books & ArticlesAssignee: Tom Rhodes <trhodes>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Dmitry Sivachenko 2008-09-24 07:50:01 UTC
Looks like netgroup database can be centralized via NIS, but nsswitch.conf(5)
man page does not mention that fact.

Also fix a typo (lack of comma).
Comment 1 Tom Rhodes freebsd_committer freebsd_triage 2008-12-23 18:01:48 UTC
State Changed
From-To: open->patched

Patched in CURRENT, thanks for the submission. 


Comment 2 Tom Rhodes freebsd_committer freebsd_triage 2008-12-23 18:01:48 UTC
Responsible Changed
From-To: freebsd-doc->trhodes

Over to me, MFC reminder.
Comment 3 Glen Barber freebsd_committer freebsd_triage 2011-06-15 00:30:55 UTC
State Changed
From-To: patched->closed

MFCd to stable/7.
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-06-15 00:31:02 UTC
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:
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"