diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-08 00:05:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-08 00:05:22 +0000 |
commit | 9161c1e8e3edb4989dbc80c6addfc4f38fc7192a (patch) | |
tree | 284a22b20424373614e0bae9c987b805107ba039 /sbin/ipfstat | |
parent | bb8da9a588b69a7ed2a15110631ab1826a0f8cb5 (diff) |
poof
Diffstat (limited to 'sbin/ipfstat')
-rw-r--r-- | sbin/ipfstat/fils.c | 9 | ||||
-rw-r--r-- | sbin/ipfstat/ipfstat.8 | 8 |
2 files changed, 4 insertions, 13 deletions
diff --git a/sbin/ipfstat/fils.c b/sbin/ipfstat/fils.c index 1cabd92fe33..9520ea00d07 100644 --- a/sbin/ipfstat/fils.c +++ b/sbin/ipfstat/fils.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fils.c,v 1.15 1999/07/08 00:02:26 deraadt Exp $ */ +/* $OpenBSD: fils.c,v 1.16 1999/07/08 00:05:21 deraadt Exp $ */ /* * Copyright (C) 1993-1998 by Darren Reed. * @@ -51,7 +51,7 @@ #if !defined(lint) static const char sccsid[] = "@(#)fils.c 1.21 4/20/96 (C) 1993-1996 Darren Reed"; -static const char rcsid[] = "@(#)$Id: fils.c,v 1.15 1999/07/08 00:02:26 deraadt Exp $"; +static const char rcsid[] = "@(#)$Id: fils.c,v 1.16 1999/07/08 00:05:21 deraadt Exp $"; #endif #define F_IN 0 @@ -92,7 +92,7 @@ char *argv[]; char *name = NULL, *device = IPL_NAME; int c, fd; - while ((c = getopt(argc, argv, "AafhIinosvd:M:N:")) != -1) + while ((c = getopt(argc, argv, "AafhIinosvd:M:")) != -1) { switch (c) { @@ -129,9 +129,6 @@ char *argv[]; case 'v' : opts |= OPT_VERBOSE; break; - case 'N': - nlistf = optarg; - break; case 'M': memf = optarg; break; diff --git a/sbin/ipfstat/ipfstat.8 b/sbin/ipfstat/ipfstat.8 index 9fcbc785b6d..7a96fb436b9 100644 --- a/sbin/ipfstat/ipfstat.8 +++ b/sbin/ipfstat/ipfstat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipfstat.8,v 1.15 1999/07/08 00:02:26 deraadt Exp $ +.\" $OpenBSD: ipfstat.8,v 1.16 1999/07/08 00:05:21 deraadt Exp $ .Dd June 13, 1999 .Dt IPFSTAT 8 .Os @@ -10,7 +10,6 @@ .Op Fl aAfhIinosv .Op Fl d Ar device .Op Fl M Ar core -.Op Fl N Ar system .Sh DESCRIPTION By default, .Nm @@ -62,9 +61,6 @@ filter list details. For use in combination with .Fl i . .It Fl n Show the rule number for each rule as it is printed. -.It Fl N Ar system -Extract the name list from the specified system instead of the default -.Pa /bsd . .It Fl M Ar core Extract values associated with the name list from the specified core instead of the default @@ -79,8 +75,6 @@ Turn verbose mode on. Displays more debugging information. .El .Sh FILES .Bl -tag -width /dev/ipstate -compact -.It Pa /bsd -default system .It Pa /dev/kmem default kernel memory .It Pa /dev/ipl |