Fix syntax rule (PR#16499).
This commit is contained in:
parent
81e8d78cd4
commit
b6a507dfee
4
dist/ipf/man/ipf.5
vendored
4
dist/ipf/man/ipf.5
vendored
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: ipf.5,v 1.7 2002/01/24 08:24:15 martti Exp $
|
||||
.\" $NetBSD: ipf.5,v 1.8 2002/09/25 12:49:40 martti Exp $
|
||||
.\"
|
||||
.TH IPF 5
|
||||
.SH NAME
|
||||
@ -63,7 +63,7 @@ host-num = digit [ digit [ digit ] ] .
|
||||
port-num = service-name | decnumber .
|
||||
|
||||
withopt = [ "not" | "no" ] opttype [ withopt ] .
|
||||
opttype = "ipopts" | "short" | "frag" | "opt" ipopts .
|
||||
opttype = "ipopts" | "short" | "frag" | "opt" optname .
|
||||
optname = ipopts [ "," optname ] .
|
||||
ipopts = optlist | "sec-class" [ secname ] .
|
||||
secname = seclvl [ "," secname ] .
|
||||
|
Loading…
Reference in New Issue
Block a user