From 78bc70250346dce73ecd280e8717e4ec6a90a8c2 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 8 Dec 2020 09:26:00 +0900 Subject: [PATCH] man: synthetize(d) -> synthesize(d) --- man/systemd-resolved.service.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man/systemd-resolved.service.xml b/man/systemd-resolved.service.xml index 12aefd5a89..93ffca6bfa 100644 --- a/man/systemd-resolved.service.xml +++ b/man/systemd-resolved.service.xml @@ -87,7 +87,7 @@ Synthetic Records - systemd-resolved synthetizes DNS resource records (RRs) for the following + systemd-resolved synthesizes DNS resource records (RRs) for the following cases: @@ -126,10 +126,10 @@ Single-label names are resolved using LLMNR on all local interfaces where LLMNR is enabled. Lookups for IPv4 addresses are only sent via LLMNR on IPv4, and lookups for IPv6 addresses are - only sent via LLMNR on IPv6. Note that lookups for single-label synthetized names are not routed to + only sent via LLMNR on IPv6. Note that lookups for single-label synthesized names are not routed to LLMNR, MulticastDNS or unicast DNS. - Queries for the address records (A and AAAA) of single-label non-synthetized names are + Queries for the address records (A and AAAA) of single-label non-synthesized names are resolved via unicast DNS using search domains. For any interface which defines search domains, such look-ups are routed to that interface, suffixed with each of the search domains defined on that interface in turn. When global search domains are defined, such look-ups are routed to all interfaces, @@ -203,7 +203,7 @@ determined based on the configured DNS domains for a link: if there's a route-only domain other than ~., it defaults to false, otherwise to true. - Effectively this means: in order to support single-label non-synthetized names, define appropriate + Effectively this means: in order to support single-label non-synthesized names, define appropriate search domains. In order to preferably route all DNS queries not explicitly matched by routing domain configuration to a specific link, configure a ~. route-only domain on it. This will ensure that other links will not be considered for these queries (unless they too carry such a routing