Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2013 20:00:57 GMT
From:      Hiren Panchasara <hiren.panchasara@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/177696: [patch] [net] Removing an unavailable sysctl from manpage
Message-ID:  <201304072000.r37K0v7U071805@red.freebsd.org>
Resent-Message-ID: <201304072010.r37KA0iZ081740@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177696
>Category:       kern
>Synopsis:       [patch] [net] Removing an unavailable sysctl from manpage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 07 20:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304072000.r37K0v7U071805>