From 74053ff2826df3a73cd317ac2a0606b42bc012ae Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 23 Aug 2018 16:33:56 -0400 Subject: [PATCH] doc: fix resolvectl(1) per-interface DNS configuration documentation You can only have one listitem in each varlistentry. xmllint says: resolvectl.xml:269: element varlistentry: validity error : Element varlistentry content does not follow the DTD, expecting (term+ , listitem), got (term term term term term term term listitem listitem listitem ) --- man/resolvectl.xml | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/man/resolvectl.xml b/man/resolvectl.xml index cf97628f86..e07893dd15 100644 --- a/man/resolvectl.xml +++ b/man/resolvectl.xml @@ -247,24 +247,25 @@ - Get/set per-interface DNS configuration. These commands may be used to configure various DNS - settings for network interfaces that aren't managed by - systemd-networkd.service8. (These - commands will fail when used on interfaces that are managed by systemd-networkd, please - configure their DNS settings directly inside the .network files instead.) These commands - may be used to inform systemd-resolved about per-interface DNS configuration determined - through external means. The command expects IPv4 or IPv6 address specifications of DNS - servers to use. The command expects valid DNS domains, possibly prefixed with - ~, and configures a per-interface search or route-only domain. The , - , and commands may be used to configure - the per-interface LLMNR, MulticastDNS, DNSSEC and DNSOverTLS settings. Finally, command - may be used to configure additional per-interface DNSSEC NTA domains. + + Get/set per-interface DNS configuration. These commands may be used to configure various DNS + settings for network interfaces that aren't managed by + systemd-networkd.service8. (These + commands will fail when used on interfaces that are managed by systemd-networkd, please + configure their DNS settings directly inside the .network files instead.) These commands + may be used to inform systemd-resolved about per-interface DNS configuration determined + through external means. The command expects IPv4 or IPv6 address specifications of DNS + servers to use. The command expects valid DNS domains, possibly prefixed with + ~, and configures a per-interface search or route-only domain. The , + , and commands may be used to configure + the per-interface LLMNR, MulticastDNS, DNSSEC and DNSOverTLS settings. Finally, command + may be used to configure additional per-interface DNSSEC NTA domains. - Options , and can take - a single empty string argument to clear their respective value lists. + Options , and can take + a single empty string argument to clear their respective value lists. - For details about these settings, their possible values and their effect, see the corresponding options in - systemd.network5. + For details about these settings, their possible values and their effect, see the corresponding options in + systemd.network5.