diff options
author | Philipp Buehler <pb@cvs.openbsd.org> | 2002-07-15 14:04:29 +0000 |
---|---|---|
committer | Philipp Buehler <pb@cvs.openbsd.org> | 2002-07-15 14:04:29 +0000 |
commit | c047e1b5c40406afa87a979bdc5695d61da9153f (patch) | |
tree | e4acc403f17968c253435366383f72bcad12edcc /share/man/man4 | |
parent | c04d90fb1640f01e04be8769993e2b22d716d1ac (diff) |
fix pasto, additionally fix DIOCGETBINAT
both noticed by Dries Schellekens
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/pf.4 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/share/man/man4/pf.4 b/share/man/man4/pf.4 index 761beffe447..1104c183322 100644 --- a/share/man/man4/pf.4 +++ b/share/man/man4/pf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.4,v 1.16 2002/07/15 12:57:27 pb Exp $ +.\" $OpenBSD: pf.4,v 1.17 2002/07/15 14:04:28 pb Exp $ .\" .\" Copyright (C) 2001, Kjell Wooding. All rights reserved. .\" @@ -127,7 +127,7 @@ struct pfioc_binat { .Ed .It Dv DIOCCOMMITBINATS Fa "u_int32_t" .It Dv DIOCGETBINATS Fa "struct pfioc_binat" -.It Dv DIOCGETBINAT Fa "struct pfioc_changebinat" +.It Dv DIOCGETBINAT Fa "struct pfioc_binat" .It Dv DIOCBEGINRDRS Fa "u_int32_t" .It Dv DIOCADDRDR Fa "struct pfioc_rdr" .Bd -literal @@ -277,10 +277,8 @@ Clear per-rule statistics. Sets hard limits on the memory pools used by the packet filter. .Bd -literal struct pfioc_limit { - int psk_af; - int psk_proto; - struct pf_rule_addr psk_src; - struct pf_rule_addr psk_dst; + int index; + unsigned limit; }; .Ed .It Dv DIOCGETLIMIT Fa "struct pfioc_limit" |