diff options
author | 2021-02-20 12:37:59 +0000 | |
---|---|---|
committer | 2021-02-20 12:37:59 +0000 | |
commit | 91dc83ce74f49dd6a2e93f5e964df2388e966246 (patch) | |
tree | d7343d254b9e897e77e5299d0d2f263ffe6539ec | |
parent | Revise regress to match change in SSL{_CTX,}_get_{min,max}_proto_version(). (diff) | |
download | wireguard-openbsd-91dc83ce74f49dd6a2e93f5e964df2388e966246.tar.xz wireguard-openbsd-91dc83ce74f49dd6a2e93f5e964df2388e966246.zip |
zap unneccessary .Pp;
-rw-r--r-- | sbin/unwind/unwind.conf.5 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sbin/unwind/unwind.conf.5 b/sbin/unwind/unwind.conf.5 index d9f91c001d4..ffe094c71d5 100644 --- a/sbin/unwind/unwind.conf.5 +++ b/sbin/unwind/unwind.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unwind.conf.5,v 1.26 2021/02/19 07:56:56 solene Exp $ +.\" $OpenBSD: unwind.conf.5,v 1.27 2021/02/20 12:37:59 jmc Exp $ .\" .\" Copyright (c) 2018 Florian Obser <florian@openbsd.org> .\" Copyright (c) 2005 Esben Norby <norby@openbsd.org> @@ -18,7 +18,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 19 2021 $ +.Dd $Mdocdate: February 20 2021 $ .Dt UNWIND.CONF 5 .Os .Sh NAME @@ -144,7 +144,6 @@ configuration file. Block requests from hostnames in .Pa /etc/blocklist and log each blocked request: -.Pp .Bd -literal -offset indent block list "/etc/blocklist" log .Ed @@ -160,7 +159,6 @@ and it may only exist in a nameserver available on the local network, force .Xr unwind 8 to use a specific resolver type: -.Pp .Bd -literal -offset indent force dhcp { domain.local } .Ed |