From c51ff413370079832bae763dde5eb554a0bb2bd3 Mon Sep 17 00:00:00 2001 From: "Andrey V. Elsukov" Date: Mon, 8 Apr 2013 10:14:50 +0000 Subject: [PATCH] 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 --- share/man/man4/mld.4 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/share/man/man4/mld.4 b/share/man/man4/mld.4 index b6f3cee6d25..d75b6085e7c 100644 --- a/share/man/man4/mld.4 +++ b/share/man/man4/mld.4 @@ -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 default. .\" .El .Sh SEE ALSO +.Xr icmp6 4 , .Xr ifmcstat 8 , .Xr inet 4 , .Xr multicast 4 ,