summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorDaniel Hartmeier <dhartmei@cvs.openbsd.org>2003-03-04 16:35:48 +0000
committerDaniel Hartmeier <dhartmei@cvs.openbsd.org>2003-03-04 16:35:48 +0000
commit65ed7c6b588329cec45a8c3fa85e38d9ba16ea58 (patch)
tree83b4c57dd307803f2197f873fd69e5eabdff4e3c /share/man
parente6625e7f15c5e248195f4fe19e45b04fe8c99b51 (diff)
other.single was missing in the BNF section, from Maik Kuendig
Diffstat (limited to 'share/man')
-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 ]