diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-12-16 12:42:15 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-12-16 12:42:15 +0000 |
commit | 474330739d2effcf5f82056b412155be23b391fb (patch) | |
tree | 940e84afeb89de17ab45e525e29ed18e852e43fd /usr.sbin/hostated/hostated.8 | |
parent | 9fa0416a4ea8f7c2ebae2f738ee534787b8d0e48 (diff) |
knf, spacing
please note that some editors will replace tabs with multiple spaces
if you cut & paste code from other sections. please try to keep the
tabs ;).
Diffstat (limited to 'usr.sbin/hostated/hostated.8')
-rw-r--r-- | usr.sbin/hostated/hostated.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hostated/hostated.8 b/usr.sbin/hostated/hostated.8 index 8696bf6e2d5..ff8c587f978 100644 --- a/usr.sbin/hostated/hostated.8 +++ b/usr.sbin/hostated/hostated.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostated.8,v 1.2 2006/12/16 11:52:51 reyk Exp $ +.\" $OpenBSD: hostated.8,v 1.3 2006/12/16 12:42:14 reyk Exp $ .\" .\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> .\" @@ -37,7 +37,7 @@ To enable .Nm to install rulesets through the anchor you will need the following line in the NAT section of your -.Xr pf.conf 5 +.Xr pf.conf 5 configuration file: .Bd -literal -offset 2n rdr-anchor "hostated/*" |