diff options
Diffstat (limited to 'share')
-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 cfeb982e9e7..1f36e6af9c9 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.1 2001/07/08 14:31:23 dhartmei Exp $ +.\" $OpenBSD: pf.conf.5,v 1.2 2001/07/09 22:12:03 marc Exp $ .\" .\" Copyright (c) 2001, Daniel Hartmeier .\" All rights reserved. @@ -46,7 +46,7 @@ Syntax for filter rules in BNF: rule = action ( "in" | "out" ) [ "log" | "log-all" ] [ "quick" ] [ "on" interface-name ] - [ "proto" ( proto-name | proto-number ] + [ "proto" ( proto-name | proto-number ) ] hosts [ flags ] [ icmp-type ] [ "keep-state" ] . |