diff options
author | Cedric Berger <cedric@cvs.openbsd.org> | 2003-01-10 10:08:55 +0000 |
---|---|---|
committer | Cedric Berger <cedric@cvs.openbsd.org> | 2003-01-10 10:08:55 +0000 |
commit | 97dcae600045f281b5367ec69612a11e129eecf4 (patch) | |
tree | 60584d40a6fa5bd40c0083992c0724c6b9bc5f95 /share/man/man5 | |
parent | 790cf1e289bc81647837cf722ce2941abe570367 (diff) |
Tipo in tabledef grammar. Found by Rukh <openbsd@rukh.net>
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index ebd120a5ce0..61ebb45daba 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.163 2003/01/09 10:40:44 cedric Exp $ +.\" $OpenBSD: pf.conf.5,v 1.164 2003/01/10 10:08:54 cedric Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1659,7 +1659,7 @@ rdr-rule = [ "no" ] "rdr" "on" ifspec [ af ] [ protospec ] antispoof-rule = "antispoof" [ "log" ] [ "quick" ] "for" ( interface-name | "{" interface-list "}" ) [ af ] -table-rule = "table "<" tablename ">" [ "persist" ] [ "const" ] +table-rule = "table" "<" tablename ">" [ "persist" ] [ "const" ] [ "{" [ table-address [ "," ] ]* "}" ] altq-rule = "altq" "on" interface-name queueopts-list |