From 1a484a795d189bc40f2bbfb01b36cff1781d2e75 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 4 Jul 2001 07:17:24 +0000 Subject: [PATCH] - Document that this program is available to root only. - Document alternate way to fetch multicast info. - Add RFC2080 reference. Obtained from: OpenBSD (with mods) --- usr.sbin/ifmcstat/ifmcstat.8 | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/usr.sbin/ifmcstat/ifmcstat.8 b/usr.sbin/ifmcstat/ifmcstat.8 index bcb5bdd19b1..5f5a37f174b 100644 --- a/usr.sbin/ifmcstat/ifmcstat.8 +++ b/usr.sbin/ifmcstat/ifmcstat.8 @@ -31,16 +31,28 @@ .\" .Dd May 21, 1998 .Dt IFMCSTAT 8 -.Os KAME +.Os .Sh NAME .Nm ifmcstat .Nd dump multicast group management statistics per interface .Sh SYNOPSIS .Nm -.\" .Sh DESCRIPTION The .Nm -command dumps multicast group information in the kernel. +program dumps multicast group information from the kernel. +It is similar but not identical to the output from +.Nm netstat Fl ina . .Pp -There are no command-line options. +There are no command line options. +.Pp +Only root can use +.Nm . +.Sh SEE ALSO +.Xr netstat 1 +.Rs +.%A G. Malkin +.%A R. Minnear +.%R IPng for IPv6 +.%N RFC2080 +.Re