]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: suffix settings name with = and enclose in <varname>
authorLennart Poettering <lennart@poettering.net>
Wed, 18 Nov 2020 12:47:43 +0000 (13:47 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 19 Nov 2020 15:16:17 +0000 (16:16 +0100)
man/resolved.conf.xml

index 81d7ff9bfdf93fca12d78c5e85377d2b3515f7a6..35a5740c914a809e7b40850b70d6c2a3156c68fd 100644 (file)
         resolver is not capable of authenticating the server, so it is
         vulnerable to "man-in-the-middle" attacks.</para>
 
-        <para>In addition to this global DNSOverTLS setting
+        <para>In addition to this global <varname>DNSOverTLS=</varname> setting
         <citerefentry><refentrytitle>systemd-networkd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
-        also maintains per-link DNSOverTLS settings. For system DNS
-        servers (see above), only the global 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.</para>
+        also maintains per-link <varname>DNSOverTLS=</varname> settings. For system DNS servers (see above), only the global
+        <varname>DNSOverTLS=</varname> 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.</para>
 
         <para>Defaults to off.</para>
         </listitem>