X Tutup
Skip to content

Commit f628e3e

Browse files
AlexanderKurtzyuwata
authored andcommitted
man: fix default value in resolved.conf man page (systemd#10733)
See https://github.com/systemd/systemd/blob/v239/meson_options.txt#L190
1 parent fd5ef45 commit f628e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/resolved.conf.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
domains (TLDs) that are not known by the DNS root server. This
190190
logic does not work in all private zone setups.</para>
191191

192-
<para>Defaults to off.</para>
192+
<para>Defaults to <literal>allow-downgrade</literal></para>
193193
</listitem>
194194
</varlistentry>
195195

0 commit comments

Comments
 (0)
X Tutup