diff options
author | 2006-10-26 10:29:43 +0000 | |
---|---|---|
committer | 2006-10-26 10:29:43 +0000 | |
commit | 666ddda7e4c7c7c868aa7a4d08a3fc282c040c0f (patch) | |
tree | 3f6ec019a535e29162f9cdf48936c2ac2bb924e2 | |
parent | Document hostid. (diff) | |
download | wireguard-openbsd-666ddda7e4c7c7c868aa7a4d08a3fc282c040c0f.tar.xz wireguard-openbsd-666ddda7e4c7c7c868aa7a4d08a3fc282c040c0f.zip |
eep! unbreak.
-rw-r--r-- | share/man/man5/pf.conf.5 | 8 |
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 |