diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2010-02-02 19:16:51 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2010-02-02 19:16:51 +0000 |
commit | 3c986e31e0e1d195ca039293e69a87b071cd31eb (patch) | |
tree | efe08896e0e97ae0f47c71278e0a0329d825f556 /share | |
parent | 2b2b302c1eaaad52c89653daed313be98a933b3e (diff) |
Add missing 'in' in sample rdr-to rule. Noted by Steve Williams.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/pf.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 1baf8112294..25a814128a4 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.470 2010/01/12 18:42:36 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.471 2010/02/02 19:16:50 sthen Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 12 2010 $ +.Dd $Mdocdate: February 2 2010 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -823,7 +823,7 @@ bound solely to the loopback address, circumventing the traditional blocking of such connections on a real interface. For example: .Bd -literal -offset indent -pass on egress proto tcp from any to any port smtp \e +pass in on egress proto tcp from any to any port smtp \e rdr-to 127.0.0.1 port spamd .Ed .Pp |