diff options
author | 2019-12-01 18:19:52 +0000 | |
---|---|---|
committer | 2019-12-01 18:19:52 +0000 | |
commit | e3feb08501bb882340abcc97fdf3687acbfd1c4d (patch) | |
tree | 507f177f90316f8d7d1dae3228cf7e19424ad1bb | |
parent | comply with POSIX and make execve() return EACCES for directories (diff) | |
download | wireguard-openbsd-e3feb08501bb882340abcc97fdf3687acbfd1c4d.tar.xz wireguard-openbsd-e3feb08501bb882340abcc97fdf3687acbfd1c4d.zip |
Add missing space between "accept" and "bogus"
-rw-r--r-- | sbin/unwind/unwind.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/unwind/unwind.conf.5 b/sbin/unwind/unwind.conf.5 index 65f68c72761..0301a3437b2 100644 --- a/sbin/unwind/unwind.conf.5 +++ b/sbin/unwind/unwind.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unwind.conf.5,v 1.20 2019/12/01 14:37:34 otto Exp $ +.\" $OpenBSD: unwind.conf.5,v 1.21 2019/12/01 18:19:52 kn Exp $ .\" .\" Copyright (c) 2018 Florian Obser <florian@openbsd.org> .\" Copyright (c) 2005 Esben Norby <norby@openbsd.org> @@ -119,7 +119,7 @@ Force resolving of and its subdomains by the given resolver .Ar type . If -.Cm acceptbogus +.Cm accept bogus is specified validation is not enforced. .El .Sh FILES |