diff options
-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 |