summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-03 18:03:53 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-03 18:03:53 +0100
commitcd517eb7310de083bfbf51322239d9538d86cd2a (patch)
tree00efbbcc0d91b4aaf2ea0df8d3ef02cf429a4995
parent105a1a36cd6eeac3a43b5dd52383b00c69f86497 (diff)
downloadsystemd-cd517eb7310de083bfbf51322239d9538d86cd2a.tar.gz
man: specify that Domains= is a space-separated list
Fixes #14998.
-rw-r--r--man/systemd.network.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 7d02b11d20..8915d50d1e 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -514,13 +514,14 @@
<varlistentry>
<term><varname>Domains=</varname></term>
<listitem>
- <para>A list of domains which should be resolved using the DNS servers on this link. Each item in the list
- should be a domain name, optionally prefixed with a tilde (<literal>~</literal>). The domains with the
- prefix are called "routing-only domains". The domains without the prefix are called "search domains" and
- are first used as search suffixes for extending single-label host names (host names containing no dots) to
- become fully qualified domain names (FQDNs). If a single-label host name is resolved on this interface,
- each of the specified search domains are appended to it in turn, converting it into a fully qualified
- domain name, until one of them may be successfully resolved.</para>
+ <para>A whitespace-separated list of domains which should be resolved using the DNS servers on
+ this link. Each item in the list should be a domain name, optionally prefixed with a tilde
+ (<literal>~</literal>). The domains with the prefix are called "routing-only domains". The
+ domains without the prefix are called "search domains" and are first used as search suffixes for
+ extending single-label host names (host names containing no dots) to become fully qualified
+ domain names (FQDNs). If a single-label host name is resolved on this interface, each of the
+ specified search domains are appended to it in turn, converting it into a fully qualified domain
+ name, until one of them may be successfully resolved.</para>
<para>Both "search" and "routing-only" domains are used for routing of DNS queries: look-ups for host names
ending in those domains (hence also single label names, if any "search domains" are listed), are routed to