diff options
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/pf.4 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man4/pf.4 b/share/man/man4/pf.4 index 53934b4e05d..9ff1d1e3284 100644 --- a/share/man/man4/pf.4 +++ b/share/man/man4/pf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.4,v 1.81 2014/01/11 14:37:51 florian Exp $ +.\" $OpenBSD: pf.4,v 1.82 2014/01/21 03:13:10 lteo Exp $ .\" .\" Copyright (C) 2001, Kjell Wooding. All rights reserved. .\" @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: January 11 2014 $ +.Dd $Mdocdate: January 21 2014 $ .Dt PF 4 .Os .Sh NAME @@ -818,14 +818,14 @@ calls. .Pp Ruleset types, identified by .Va type , -include the following: +can be one of the following: .Pp -.Bl -tag -width PF_RULESET_FILTER -offset ind -compact -.It Dv PF_RULESET_FILTER +.Bl -tag -width PF_TRANS_RULESET -offset ind -compact +.It Dv PF_TRANS_RULESET Filter rules. -.It Dv PF_RULESET_ALTQ +.It Dv PF_TRANS_ALTQ ALTQ disciplines. -.It Dv PF_RULESET_TABLE +.It Dv PF_TRANS_TABLE Address tables. .El .It Dv DIOCXCOMMIT Fa "struct pfioc_trans *io" |