=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/netstat.1,v retrieving revision 1.26 retrieving revision 1.27 diff -c -r1.26 -r1.27 *** src/usr.bin/netstat/netstat.1 2001/08/26 09:42:04 1.26 --- src/usr.bin/netstat/netstat.1 2001/11/09 00:56:24 1.27 *************** *** 1,4 **** ! .\" $OpenBSD: netstat.1,v 1.26 2001/08/26 09:42:04 brian Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 --- 1,4 ---- ! .\" $OpenBSD: netstat.1,v 1.27 2001/11/09 00:56:24 miod Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 *************** *** 182,195 **** respectively. .It Fl M Ar core Extract values associated with the name list from the specified core ! instead of the default ! .Pa /dev/kmem . .It Fl m Show statistics recorded by the memory management routines (the network manages a private pool of memory buffers). .It Fl N Ar system ! Extract the name list from the specified system instead of the default ! .Pa /bsd . .It Fl n Show network addresses as numbers (normally .Nm --- 182,193 ---- respectively. .It Fl M Ar core Extract values associated with the name list from the specified core ! instead of the running kernel. .It Fl m Show statistics recorded by the memory management routines (the network manages a private pool of memory buffers). .It Fl N Ar system ! Extract the name list from the specified system instead of the running kernel. .It Fl n Show network addresses as numbers (normally .Nm *************** *** 352,363 **** command appeared in .Bx 4.2 . IPv6 support was added by WIDE/KAME project. - .\" .Sh FILES - .\" .Bl -tag -width /dev/kmem -compact - .\" .It Pa /bsd - .\" default kernel namelist - .\" .It Pa /dev/kmem - .\" default memory file - .\" .El .Sh BUGS The notion of errors is ill-defined. --- 350,354 ----