summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordhartmei <dhartmei@openbsd.org>2003-03-04 16:35:47 +0000
committerdhartmei <dhartmei@openbsd.org>2003-03-04 16:35:47 +0000
commit97aefaa25151ae500fd26ad0bea599e3f2d6dd33 (patch)
tree3029cd84cc1822be21d876cd92b0c95e7bdcdcbf
parentformat nicer (diff)
downloadwireguard-openbsd-97aefaa25151ae500fd26ad0bea599e3f2d6dd33.tar.xz
wireguard-openbsd-97aefaa25151ae500fd26ad0bea599e3f2d6dd33.zip
other.single was missing in the BNF section, from Maik Kuendig
-rw-r--r--share/man/man5/pf.conf.55
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index b3b7a09e6e6..b30882057c6 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.198 2003/03/04 16:23:32 henning Exp $
+.\" $OpenBSD: pf.conf.5,v 1.199 2003/03/04 16:35:47 dhartmei Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -2021,7 +2021,8 @@ timeout = ( tcp.first | tcp.opening | tcp.established
| tcp.closing | tcp.finwait | tcp.closed
| udp.first | udp.single | udp.multiple
| icmp.first | icmp.error
- | other.first | other.multiple ) seconds
+ | other.first | other.single | other.multiple )
+ seconds
seconds = number
limit-list = limit [ [ , ] limit-list ]