diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-09 00:56:25 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-09 00:56:25 +0000 |
commit | e5569e540dbf2a51361060daf6d062ea8297e0c9 (patch) | |
tree | a3774081adbb2a33d2e951ad0a4a4718a47a2ba6 /usr.bin/netstat | |
parent | 56962a3d4ba66fa013e7aa92934a60df9f1105d5 (diff) |
Since all our arches have /dev/ksyms, replace rigid mentions of the kernel
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the
FILES section if they were there.
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r-- | usr.bin/netstat/netstat.1 | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index d8f209d115a..3ce976ed148 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstat.1,v 1.26 2001/08/26 09:42:04 brian Exp $ +.\" $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,14 +182,12 @@ or respectively. .It Fl M Ar core Extract values associated with the name list from the specified core -instead of the default -.Pa /dev/kmem . +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 default -.Pa /bsd . +Extract the name list from the specified system instead of the running kernel. .It Fl n Show network addresses as numbers (normally .Nm @@ -352,12 +350,5 @@ The 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. |