kern/177696: [patch] [net] Removing an unavailable sysctl from manpage
Hiren Panchasara
hiren.panchasara at gmail.com
Sun Apr 7 20:10:01 UTC 2013
>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:
More information about the freebsd-bugs
mailing list