diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2005-06-02 22:56:51 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2005-06-02 22:56:51 +0000 |
commit | 9268d8f41088b951dd085c6ea697b53f463d3d7c (patch) | |
tree | da51986b998259966e9f7a43e90f9f699ab7390d /share/man | |
parent | 20ea8acc0ae749ecd0603b560f8ac0cd69263fa3 (diff) |
In the BNF section, remove one spurious "proto" and add one missing |.
Found by Magne Andreassen.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/pf.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 5bd738e33a1..d8b4a6d1a17 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.331 2005/05/27 18:57:56 dhartmei Exp $ +.\" $OpenBSD: pf.conf.5,v 1.332 2005/06/02 22:56:50 dhartmei Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -2620,7 +2620,7 @@ filteropt = user | group | flags | icmp-type | icmp6-type | tos | "fragment" | "no-df" | "min-ttl" number | "max-mss" number | "random-id" | "reassemble tcp" | fragmentation | "allow-opts" | - "label" string | "tag" string | [ ! ] "tagged" string + "label" string | "tag" string | [ ! ] "tagged" string | "queue" ( string | "(" string [ [ "," ] string ] ")" ) | "probability" number"%" @@ -2662,7 +2662,7 @@ queue-rule = "queue" string [ "on" interface-name ] queueopts-list subqueue anchor-rule = "anchor" string [ ( "in" | "out" ) ] [ "on" ifspec ] - [ af ] [ "proto" ] [ protospec ] [ hosts ] + [ af ] [ protospec ] [ hosts ] trans-anchors = ( "nat-anchor" | "rdr-anchor" | "binat-anchor" ) string [ "on" ifspec ] [ af ] [ "proto" ] [ protospec ] [ hosts ] |