diff options
author | 1998-05-18 03:36:46 +0000 | |
---|---|---|
committer | 1998-05-18 03:36:46 +0000 | |
commit | 4ce4a839c2e0c736cc16b328fcf8da4ce0f9606e (patch) | |
tree | daeb71d79576732faea82090488b3c86f5cbe3ee | |
parent | spelling (diff) | |
download | wireguard-openbsd-4ce4a839c2e0c736cc16b328fcf8da4ce0f9606e.tar.xz wireguard-openbsd-4ce4a839c2e0c736cc16b328fcf8da4ce0f9606e.zip |
ipfstat does not read from /vmunix
-rw-r--r-- | sbin/ipfstat/ipfstat.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipfstat/ipfstat.8 b/sbin/ipfstat/ipfstat.8 index f26d60a216b..afd138ec7f0 100644 --- a/sbin/ipfstat/ipfstat.8 +++ b/sbin/ipfstat/ipfstat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipfstat.8,v 1.8 1998/01/26 04:13:42 dgregor Exp $ +.\" $OpenBSD: ipfstat.8,v 1.9 1998/05/18 03:36:46 art Exp $ .TH ipfstat 8 .SH NAME ipfstat \- reports on packet filter statistics and filter list @@ -15,7 +15,7 @@ ipfstat \- reports on packet filter statistics and filter list \fBipfstat\fP examines /dev/kmem using the symbols \fB_fr_flags\fP, \fB_frstats\fP, \fB_filterin\fP, and \fB_filterout\fP. To run and work, it needs to be able to read both /dev/kmem and the -kernel itself. The kernel name defaults to \fB/vmunix\fP. +kernel itself. .PP The default behaviour of \fBipfstat\fP is to retrieve and display the accumulated statistics which have been |