diff options
author | Cedric Berger <cedric@cvs.openbsd.org> | 2004-01-06 09:28:01 +0000 |
---|---|---|
committer | Cedric Berger <cedric@cvs.openbsd.org> | 2004-01-06 09:28:01 +0000 |
commit | a90676c6fdb4743b4e92ce6414b7159e7eef5ebf (patch) | |
tree | ebf5edb3a3f26732eda9d7a3fe03f8f5cb8df765 | |
parent | 110242566ca58498005606c2cb6823932eca27b9 (diff) |
group-locked -> group-bound, from J. Knight
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 5c2b6f859f2..039b4548963 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.288 2003/12/31 14:09:57 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.289 2004/01/06 09:28:00 cedric Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1673,7 +1673,7 @@ keywords to the option. For example, if a rule is defined as: .Bd -literal -offset indent -pass out on ppp from any to 10.12/16 keep state (group-locked) +pass out on ppp from any to 10.12/16 keep state (group-bound) .Ed .Pp A state created on ppp0 would match packets an all PPP interfaces, |