diff options
author | 2003-03-04 16:35:47 +0000 | |
---|---|---|
committer | 2003-03-04 16:35:47 +0000 | |
commit | 97aefaa25151ae500fd26ad0bea599e3f2d6dd33 (patch) | |
tree | 3029cd84cc1822be21d876cd92b0c95e7bdcdcbf | |
parent | format nicer (diff) | |
download | wireguard-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.5 | 5 |
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 ] |