summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-03-28 02:43:48 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-03-28 02:43:48 +0000
commit50912caf37e64ed50a0540a74ef49ac32c2a1e8e (patch)
tree6a42eb7b63193394f40d75e80d71fc87828ed53a /share/man
parentc109e50749cf889197d07a266a3923f110780f2f (diff)
looko; from Dries Schellekens <gwyllion@ace.ulyssis.org>
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 bcf6a82154f..ff141211036 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.36 2002/03/27 18:16:17 mickey Exp $
+.\" $OpenBSD: pf.conf.5,v 1.37 2002/03/28 02:43:47 mickey Exp $
.\"
.\" Copyright (c) 2001, Daniel Hartmeier
.\" All rights reserved.
@@ -68,7 +68,7 @@ af = "inet" | "inet6" .
proto-list = ( proto-name | proto-number ) [ "," proto-list ] .
hosts = "all" |
- "from" ( "any" ! "no-route" | host | "{" host-list "}" ) [ port ]
+ "from" ( "any" | "no-route" | host | "{" host-list "}" ) [ port ]
"to" ( "any" | "no-route" | host | "{" host-list "}" ) [ port ] .
host = [ "!" ] address [ "/" mask-bits ] .