summaryrefslogtreecommitdiff
path: root/share/man/man5
diff options
context:
space:
mode:
authorRyan Thomas McBride <mcbride@cvs.openbsd.org>2006-10-26 10:29:44 +0000
committerRyan Thomas McBride <mcbride@cvs.openbsd.org>2006-10-26 10:29:44 +0000
commit94ca144f1ac2a61e641a02903193d6f73ae27b9f (patch)
tree744c02923773b45c7df3c3db4c0fb9452e1d57aa /share/man/man5
parent18988d7f398b471522c3e922a0b4b65e28eb48d3 (diff)
eep! unbreak.
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/pf.conf.58
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 184e1320138..68d36d5375b 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.365 2006/10/26 10:26:03 mcbride Exp $
+.\" $OpenBSD: pf.conf.5,v 1.366 2006/10/26 10:29:43 mcbride Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -470,11 +470,11 @@ in a pfsync failover cluster.
By default the hostid is set to a pseudo-random value, however it may be
desireable to manually configure it, for example to more easily identify the
source of state table entries.
-.Pp
-.Dl set hostid 1
+.Bd -literal -offset indent
+set hostid 1
+.Ed
.Pp
The hostid may be specified in either decimal or hexadecimal.
-.Ed
.It Ar set require-order
By default
.Xr pfctl 8