diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-04-30 16:23:02 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-04-30 16:23:02 +0000 |
commit | 98acfc3b963a7db3fbfdedc7829303261eb50d63 (patch) | |
tree | 6c6ef05a846e9f571e8f4575c2bdc49584816ca7 /share/man | |
parent | dfbad6ffd9fa4daf5721bff410b759fc5c08cbc7 (diff) |
typo: form -> from. From form@
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 d867b13dcf1..441d2844a47 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.40 2002/04/24 18:10:25 dhartmei Exp $ +.\" $OpenBSD: pf.conf.5,v 1.41 2002/04/30 16:23:01 mpech Exp $ .\" .\" Copyright (c) 2001, Daniel Hartmeier .\" All rights reserved. @@ -557,7 +557,7 @@ block return-rst in log on $ext_if proto tcp all block return-icmp out log on $ext_if proto udp all block return-icmp in log on $ext_if proto udp all -# block anything coming form source we have no back routes for +# block anything coming from source we have no back routes for block in from no-route to any # block and log outgoing packets that don't have our address as source, |