From: Zbigniew Jędrzejewski-Szmek Date: Sat, 18 Dec 2021 16:03:43 +0000 (+0100) Subject: man: correctly document default for DNSSEC= and DNSoverTLS= X-Git-Tag: v250-rc3~8^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F21831%2Fhead;p=thirdparty%2Fsystemd.git man: correctly document default for DNSSEC= and DNSoverTLS= https://bugzilla.redhat.com/show_bug.cgi?id=1926323 --- diff --git a/man/custom-entities.ent.in b/man/custom-entities.ent.in index 815735910a5..929ba8e83f5 100644 --- a/man/custom-entities.ent.in +++ b/man/custom-entities.ent.in @@ -13,5 +13,7 @@ + + diff --git a/man/resolved.conf.xml b/man/resolved.conf.xml index f53af362e87..3c56b767486 100644 --- a/man/resolved.conf.xml +++ b/man/resolved.conf.xml @@ -1,6 +1,9 @@ + "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ + +%entities; +]> - Defaults to allow-downgrade. + Defaults to &DEFAULT_DNSSEC_MODE;. @@ -239,7 +242,7 @@ DNSOverTLS= setting is in effect. For per-link DNS servers the per-link setting is in effect, unless it is unset in which case the global setting is used instead. - Defaults to off. + Defaults to &DEFAULT_DNS_OVER_TLS_MODE;.