summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordhartmei <dhartmei@openbsd.org>2006-08-02 11:45:56 +0000
committerdhartmei <dhartmei@openbsd.org>2006-08-02 11:45:56 +0000
commit205e57f2787ba710ec68424ccfeb8e3e9015bc84 (patch)
tree46d6f17a2d27bdad32b75ee7ab73aac2b714d229
parentgrammar (diff)
downloadwireguard-openbsd-205e57f2787ba710ec68424ccfeb8e3e9015bc84.tar.xz
wireguard-openbsd-205e57f2787ba710ec68424ccfeb8e3e9015bc84.zip
in the BNF section, note that a comma is optional, closes PR 5191
-rw-r--r--share/man/man5/pf.conf.54
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index b208b7948b8..d84eda3cb3f 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.351 2006/07/25 16:59:25 jmc Exp $
+.\" $OpenBSD: pf.conf.5,v 1.352 2006/08/02 11:45:56 dhartmei Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -2777,7 +2777,7 @@ bandwidth-spec = "number" ( "b" | "Kb" | "Mb" | "Gb" | "%" )
action = "pass" | "block" [ return ] | [ "no" ] "scrub"
return = "drop" | "return" | "return-rst" [ "( ttl" number ")" ] |
- "return-icmp" [ "(" icmpcode ["," icmp6code ] ")" ] |
+ "return-icmp" [ "(" icmpcode [ [ "," ] icmp6code ] ")" ] |
"return-icmp6" [ "(" icmp6code ")" ]
icmpcode = ( icmp-code-name | icmp-code-number )
icmp6code = ( icmp6-code-name | icmp6-code-number )