summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorDaniel Hartmeier <dhartmei@cvs.openbsd.org>2002-11-04 14:30:22 +0000
committerDaniel Hartmeier <dhartmei@cvs.openbsd.org>2002-11-04 14:30:22 +0000
commitab62a12e1544182634e820f46b8047838adddbca (patch)
tree265b09fb1b5c03c0c978ab17406d0f37e7804902 /share/man
parenteb06f2ccb5fba7274d61b5c487125aa241edabc4 (diff)
state-opt = "max" seconds -> number, it limits the number of states not
time. ok henning@, pb@
Diffstat (limited to 'share/man')
-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 cb67ae2a71d..338e317ed28 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.101 2002/10/31 10:51:03 pb Exp $
+.\" $OpenBSD: pf.conf.5,v 1.102 2002/11/04 14:30:21 dhartmei Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -1168,7 +1168,7 @@ tos = "tos" ( "lowdelay" | "throughput" | "reliability" |
[ "0x" ] number ) .
state-opts = state-opt [ [ "," ] state-opts ] .
-state-opt = ( "max" seconds ) | ( timeout seconds ) .
+state-opt = ( "max" number ) | ( timeout seconds ) .
fragmentation = [ "fragment reassemble" | "fragment crop" |
"fragment drop-ovl" ] .