diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2024-06-30 16:10:27 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2024-06-30 16:10:27 +0000 |
commit | 47f3f80cac9bf9d494ef6bf5e9e594eecac6541e (patch) | |
tree | e64a27fe8f27d532e09f9e0fd84b2457d458e094 /sbin | |
parent | 02a183a62cd2e4655c86dad0a6e87227f8148de0 (diff) |
Clearify "force" and "preference" interaction.
Problem reported by Kirill A. Korinsky
OK kn
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/unwind/unwind.conf.5 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sbin/unwind/unwind.conf.5 b/sbin/unwind/unwind.conf.5 index dd64e3e4dd2..dbcec1bd693 100644 --- a/sbin/unwind/unwind.conf.5 +++ b/sbin/unwind/unwind.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unwind.conf.5,v 1.33 2023/02/21 07:47:24 jmc Exp $ +.\" $OpenBSD: unwind.conf.5,v 1.34 2024/06/30 16:10:26 florian 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 21 2023 $ +.Dd $Mdocdate: June 30 2024 $ .Dt UNWIND.CONF 5 .Os .Sh NAME @@ -130,6 +130,11 @@ Force resolving of .Ar name and its subdomains by the given resolver .Ar type . +The +.Ar type +must be listed in the +.Ic preference +list to be used. If .Cm accept bogus is specified, validation is not enforced. |