diff options
author | 2019-05-26 01:16:08 +0000 | |
---|---|---|
committer | 2019-05-26 01:16:08 +0000 | |
commit | ed9166ddadf09fb61d76cf215f2cec19040ceb78 (patch) | |
tree | 7b71a9bada9443c9b67cc734a3d2d92801110b95 /share/man/man5 | |
parent | use proper crossreference, from Artturi Alm (diff) | |
download | wireguard-openbsd-ed9166ddadf09fb61d76cf215f2cec19040ceb78.tar.xz wireguard-openbsd-ed9166ddadf09fb61d76cf215f2cec19040ceb78.zip |
use proper crossreferences
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 40e08466b99..9d574419546 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.579 2019/05/08 21:09:57 sashan Exp $ +.\" $OpenBSD: pf.conf.5,v 1.580 2019/05/26 01:16:08 naddy Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" Copyright (c) 2003 - 2013 Henning Brauer <henning@openbsd.org> @@ -28,7 +28,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 8 2019 $ +.Dd $Mdocdate: May 26 2019 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -2614,7 +2614,8 @@ pass out on $ext_if proto tcp from any to any port 80 .Ed .Pp In this example, -we tag incoming packets as they are redirected to spamd(8). +we tag incoming packets as they are redirected to +.Xr spamd 8 . The tag is used to pass those packets through the packet filter. .Bd -literal -offset 4n match in on $ext_if inet proto tcp from <spammers> to port smtp \e |