From mitya@cavia.yandex.ru  Wed Sep 24 06:43:34 2008
Return-Path: <mitya@cavia.yandex.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1B862106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 Sep 2008 06:43:34 +0000 (UTC)
	(envelope-from mitya@cavia.yandex.ru)
Received: from cavia.yandex.ru (dhcp250-140.yandex.ru [87.250.250.140])
	by mx1.freebsd.org (Postfix) with ESMTP id 9B3538FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 Sep 2008 06:43:33 +0000 (UTC)
	(envelope-from mitya@cavia.yandex.ru)
Received: from cavia.yandex.ru (localhost [127.0.0.1])
	by cavia.yandex.ru (8.14.3/8.14.3) with ESMTP id m8O6UTsb012763
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 Sep 2008 10:30:29 +0400 (MSD)
	(envelope-from mitya@cavia.yandex.ru)
Received: (from root@localhost)
	by cavia.yandex.ru (8.14.3/8.14.3/Submit) id m8O6UTOt012762;
	Wed, 24 Sep 2008 10:30:29 +0400 (MSD)
	(envelope-from mitya)
Message-Id: <200809240630.m8O6UTOt012762@cavia.yandex.ru>
Date: Wed, 24 Sep 2008 10:30:29 +0400 (MSD)
From: Dmitry Sivachenko <mitya@yandex-team.ru>
Reply-To: Dmitry Sivachenko <mitya@yandex-team.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Incomplete information in nsswitch.conf(5)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         127602
>Category:       docs
>Synopsis:       [patch] Incomplete information in nsswitch.conf(5)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 24 06:50:01 UTC 2008
>Closed-Date:    Tue Jun 14 23:31:06 UTC 2011
>Last-Modified:  Tue Jun 14 23:40:09 UTC 2011
>Originator:     Dmitry Sivachenko
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
Yandex
>Environment:
System: FreeBSD cavia.yandex.ru 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Fri Sep 12 12:35:08 MSD 2008 mitya@cavia.yandex.ru:/usr/obj/usr/src/sys/CAVIA i386


	
>Description:
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).
>How-To-Repeat:
	
>Fix:


--- nsswitch.conf.5.old	2007-10-19 04:18:19.000000000 +0400
+++ nsswitch.conf.5	2008-09-24 10:24:08.000000000 +0400
@@ -141,9 +141,13 @@
 .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:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: trhodes 
State-Changed-When: Tue Dec 23 18:01:48 UTC 2008 
State-Changed-Why:  
Patched in CURRENT, thanks for the submission. 


Responsible-Changed-From-To: freebsd-doc->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Tue Dec 23 18:01:48 UTC 2008 
Responsible-Changed-Why:  
Over to me, MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127602 
State-Changed-From-To: patched->closed 
State-Changed-By: gjb 
State-Changed-When: Tue Jun 14 23:30:55 UTC 2011 
State-Changed-Why:  
MFCd to stable/7. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=127602 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/127602: commit references a PR
Date: Tue, 14 Jun 2011 23:31:02 +0000 (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"
 
>Unformatted:
