From nobody@FreeBSD.org  Sun Apr  7 20:00:58 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 37A60598
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  7 Apr 2013 20:00:58 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 28A73DD2
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  7 Apr 2013 20:00:58 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r37K0v2J071806
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 7 Apr 2013 20:00:58 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r37K0v7U071805;
	Sun, 7 Apr 2013 20:00:57 GMT
	(envelope-from nobody)
Message-Id: <201304072000.r37K0v7U071805@red.freebsd.org>
Date: Sun, 7 Apr 2013 20:00:57 GMT
From: Hiren Panchasara <hiren.panchasara@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] [net] Removing an unavailable sysctl from manpage
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         177696
>Category:       kern
>Synopsis:       [patch] [net] Removing an unavailable sysctl from manpage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ae
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 07 20:10:00 UTC 2013
>Closed-Date:    Mon Jun 17 20:19:16 UTC 2013
>Last-Modified:  Mon Jun 17 20:20:01 UTC 2013
>Originator:     Hiren Panchasara
>Release:        current
>Organization:
>Environment:
10.0-CURRENT FreeBSD 10.0-CURRENT #3 r248805M: Sun Mar 31 20:49:45 PDT 2013
>Description:
$ sysctl net.inet6.mld.stats
sysctl: unknown oid 'net.inet6.mld.stats': No such file or directory

Could not find "stats" as valid member of net.inet6.mld in the source tree either.

man 4 mld needs to be updated to reflect this.
>How-To-Repeat:

>Fix:
Index: share/man/man4/mld.4
===================================================================
--- share/man/man4/mld.4        (revision 249241)
+++ share/man/man4/mld.4        (working copy)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 27, 2009
+.Dd Apr 07, 2013
 .Dt MLD 4
 .Os
 .Sh NAME
@@ -68,11 +68,6 @@
 .Sh SYSCTL VARIABLES
 .Bl -tag -width indent
 .\"
-.It net.inet6.mld.stats
-This opaque read-only variable exposes the stack-wide MLDv2
-protocol statistics to
-.Xr netstat 1 .
-.\"
 .It net.inet6.mld.ifinfo
 This opaque read-only variable exposes the per-link MLDv2 status to
 .Xr ifmcstat 8 .


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-net 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun Apr 7 20:27:02 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177696 
State-Changed-From-To: open->patched 
State-Changed-By: ae 
State-Changed-When: Mon Apr 8 10:15:00 UTC 2013 
State-Changed-Why:  
Committed to the head/. Thanks! 


Responsible-Changed-From-To: freebsd-net->ae 
Responsible-Changed-By: ae 
Responsible-Changed-When: Mon Apr 8 10:15:00 UTC 2013 
Responsible-Changed-Why:  
Take this. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/177696: commit references a PR
Date: Mon,  8 Apr 2013 10:15:02 +0000 (UTC)

 Author: ae
 Date: Mon Apr  8 10:14:50 2013
 New Revision: 249252
 URL: http://svnweb.freebsd.org/changeset/base/249252
 
 Log:
   Remove reference to the nonexistent sysctl node net.inet6.mld.stats.
   Also add cross reference to the icmp6(4).
   
   PR:		177696
   MFC after:	1 week
 
 Modified:
   head/share/man/man4/mld.4
 
 Modified: head/share/man/man4/mld.4
 ==============================================================================
 --- head/share/man/man4/mld.4	Mon Apr  8 09:58:10 2013	(r249251)
 +++ head/share/man/man4/mld.4	Mon Apr  8 10:14:50 2013	(r249252)
 @@ -27,7 +27,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd May 27, 2009
 +.Dd April 8, 2013
  .Dt MLD 4
  .Os
  .Sh NAME
 @@ -68,11 +68,6 @@ to the protocol.
  .Sh SYSCTL VARIABLES
  .Bl -tag -width indent
  .\"
 -.It net.inet6.mld.stats
 -This opaque read-only variable exposes the stack-wide MLDv2
 -protocol statistics to
 -.Xr netstat 1 .
 -.\"
  .It net.inet6.mld.ifinfo
  This opaque read-only variable exposes the per-link MLDv2 status to
  .Xr ifmcstat 8 .
 @@ -94,6 +89,7 @@ This sysctl is normally enabled by defau
  .\"
  .El
  .Sh SEE ALSO
 +.Xr icmp6 4 ,
  .Xr ifmcstat 8 ,
  .Xr inet 4 ,
  .Xr multicast 4 ,
 _______________________________________________
 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"
 
State-Changed-From-To: patched->closed 
State-Changed-By: ae 
State-Changed-When: Mon Jun 17 20:18:47 UTC 2013 
State-Changed-Why:  
Merged to stable/9 and stable/8. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/177696: commit references a PR
Date: Mon, 17 Jun 2013 20:18:08 +0000 (UTC)

 Author: ae
 Date: Mon Jun 17 20:17:56 2013
 New Revision: 251864
 URL: http://svnweb.freebsd.org/changeset/base/251864
 
 Log:
   MFC r249252:
     Remove reference to the nonexistent sysctl node net.inet6.mld.stats.
     Also add cross reference to the icmp6(4).
   
     PR:	177696
 
 Modified:
   stable/9/share/man/man4/mld.4
 Directory Properties:
   stable/9/share/man/man4/   (props changed)
 
 Modified: stable/9/share/man/man4/mld.4
 ==============================================================================
 --- stable/9/share/man/man4/mld.4	Mon Jun 17 20:15:39 2013	(r251863)
 +++ stable/9/share/man/man4/mld.4	Mon Jun 17 20:17:56 2013	(r251864)
 @@ -27,7 +27,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd May 27, 2009
 +.Dd April 8, 2013
  .Dt MLD 4
  .Os
  .Sh NAME
 @@ -68,11 +68,6 @@ to the protocol.
  .Sh SYSCTL VARIABLES
  .Bl -tag -width indent
  .\"
 -.It net.inet6.mld.stats
 -This opaque read-only variable exposes the stack-wide MLDv2
 -protocol statistics to
 -.Xr netstat 1 .
 -.\"
  .It net.inet6.mld.ifinfo
  This opaque read-only variable exposes the per-link MLDv2 status to
  .Xr ifmcstat 8 .
 @@ -94,6 +89,7 @@ This sysctl is normally enabled by defau
  .\"
  .El
  .Sh SEE ALSO
 +.Xr icmp6 4 ,
  .Xr ifmcstat 8 ,
  .Xr inet 4 ,
  .Xr multicast 4 ,
 _______________________________________________
 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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/177696: commit references a PR
Date: Mon, 17 Jun 2013 20:18:20 +0000 (UTC)

 Author: ae
 Date: Mon Jun 17 20:18:12 2013
 New Revision: 251865
 URL: http://svnweb.freebsd.org/changeset/base/251865
 
 Log:
   MFC r249252:
     Remove reference to the nonexistent sysctl node net.inet6.mld.stats.
     Also add cross reference to the icmp6(4).
   
     PR:	177696
 
 Modified:
   stable/8/share/man/man4/mld.4
 Directory Properties:
   stable/8/share/man/man4/   (props changed)
 
 Modified: stable/8/share/man/man4/mld.4
 ==============================================================================
 --- stable/8/share/man/man4/mld.4	Mon Jun 17 20:17:56 2013	(r251864)
 +++ stable/8/share/man/man4/mld.4	Mon Jun 17 20:18:12 2013	(r251865)
 @@ -27,7 +27,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd May 27, 2009
 +.Dd April 8, 2013
  .Dt MLD 4
  .Os
  .Sh NAME
 @@ -69,11 +69,6 @@ to the protocol.
  .Pp
  .Bl -tag -width indent
  .\"
 -.It net.inet6.mld.stats
 -This opaque read-only variable exposes the stack-wide MLDv2
 -protocol statistics to
 -.Xr netstat 1 .
 -.\"
  .It net.inet6.mld.ifinfo
  This opaque read-only variable exposes the per-link MLDv2 status to
  .Xr ifmcstat 8 .
 @@ -95,6 +90,7 @@ This sysctl is normally enabled by defau
  .\"
  .El
  .Sh SEE ALSO
 +.Xr icmp6 4 ,
  .Xr ifmcstat 8 ,
  .Xr inet 4 ,
  .Xr multicast 4 ,
 _______________________________________________
 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:
