diff options
author | 2010-02-02 19:16:50 +0000 | |
---|---|---|
committer | 2010-02-02 19:16:50 +0000 | |
commit | e1d972c80cdcc5d0125934ebb05093e921cd099d (patch) | |
tree | 72f3a2f4e0ad39b8c6e1f37c1ba3aabac7a93d33 | |
parent | Attach athn(4) to the AR2427 which is a castrated (no 11n) AR928X. (diff) | |
download | wireguard-openbsd-e1d972c80cdcc5d0125934ebb05093e921cd099d.tar.xz wireguard-openbsd-e1d972c80cdcc5d0125934ebb05093e921cd099d.zip |
Add missing 'in' in sample rdr-to rule. Noted by Steve Williams.
-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 |