diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-06-08 15:41:37 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-06-08 15:41:39 +0200 |
commit | 6561918f5977a39e1e29b975f52b06f1569da6f3 (patch) | |
tree | 5339e46e7bbabfe84d04b49f3fe270480f38760d | |
parent | test: add www.dnssec-bogus.sg to list of domains to test in DNSSEC complex test (diff) | |
download | systemd-6561918f5977a39e1e29b975f52b06f1569da6f3.tar.xz systemd-6561918f5977a39e1e29b975f52b06f1569da6f3.zip |
resolved: use Oxford comma at once place
As suggested by @keszybz in https://github.com/systemd/systemd/pull/9235#pullrequestreview-127150950
-rw-r--r-- | man/systemd-resolved.service.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-resolved.service.xml b/man/systemd-resolved.service.xml index 91887861ee..9645809616 100644 --- a/man/systemd-resolved.service.xml +++ b/man/systemd-resolved.service.xml @@ -79,7 +79,7 @@ <filename>/etc/systemd/resolved.conf</filename>, the per-link static settings in <filename>/etc/systemd/network/*.network</filename> files (in case <citerefentry><refentrytitle>systemd-networkd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> is - used), the per-link dynamic settings received over DHCP and any DNS server information made available by other + used), the per-link dynamic settings received over DHCP, and any DNS server information made available by other system services. See <citerefentry><refentrytitle>resolved.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> and <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details |