diff options
Diffstat (limited to 'share/man')
-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 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 ] . |