diff options
Diffstat (limited to 'usr.sbin/ifmcstat/ifmcstat.8')
-rw-r--r-- | usr.sbin/ifmcstat/ifmcstat.8 | 67 |
1 files changed, 38 insertions, 29 deletions
diff --git a/usr.sbin/ifmcstat/ifmcstat.8 b/usr.sbin/ifmcstat/ifmcstat.8 index d9f0ab1a9eb..c472e82b0c2 100644 --- a/usr.sbin/ifmcstat/ifmcstat.8 +++ b/usr.sbin/ifmcstat/ifmcstat.8 @@ -1,18 +1,33 @@ -.\" $OpenBSD: ifmcstat.8,v 1.7 2001/07/20 19:09:47 mpech Exp $ +.\" $OpenBSD: ifmcstat.8,v 1.8 2001/11/16 04:46:54 itojun Exp $ +.\" $KAME: ifmcstat.8,v 1.5 2001/07/15 06:15:07 jinmei Exp $ .\" -.\" Copyright (c) 1996 WIDE Project. All rights reserved. +.\" Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. +.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without -.\" modifications, are permitted provided that the above copyright notice -.\" and this paragraph are duplicated in all such forms and that any -.\" documentation, advertising materials, and other materials related to -.\" such distribution and use acknowledge that the software was developed -.\" by the WIDE Project, Japan. The name of the Project may not be used to -.\" endorse or promote products derived from this software without -.\" specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS'' -.\" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT -.\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -.\" A PARTICULAR PURPOSE. +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. Neither the name of the project nor the names of its contributors +.\" may be used to endorse or promote products derived from this software +.\" without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" .Dd May 21, 1998 .Dt IFMCSTAT 8 .Os @@ -20,23 +35,17 @@ .Nm ifmcstat .Nd dump multicast group management statistics per interface .Sh SYNOPSIS -.Nm ifmcstat +.Nm +.Op Ar kernel +.\" .Sh DESCRIPTION The -.Nm ifmcstat -program dumps multicast group information from the kernel. -It is similar but not identical to the output from -.Nm netstat -.Fl inav . -.Pp -There are no command line options. -.Pp -Only root can use -.Nm ifmcstat . -.Sh SEE ALSO -.Xr netstat 8 +.Nm +command dumps multicast group information in the kernel. .Pp -.%A G. Malkin -.%A R. Minnear -.%R IPng for IPv6 -.%N RFC2080 +.Ar kernel +specifies the kernel binary file the program uses, like +.Pa /netbsd.test . +.Sh BUGS +.Nm +needs superuser privilege. |