man: fix typo in dns-delegate example

This commit is contained in:
Luke Yeager
2025-06-10 14:06:40 -05:00
committed by Yu Watanabe
parent 373e6cdadb
commit 9217a6ffa3

View File

@@ -79,7 +79,7 @@
<programlisting># /etc/systemd/dns-delegate.d/foobar.dns-delegate <programlisting># /etc/systemd/dns-delegate.d/foobar.dns-delegate
[Delegate] [Delegate]
DNS=203.0.113.47 DNS=203.0.113.47
Domain=foobar.com</programlisting> Domains=foobar.com</programlisting>
<para>This ensures lookups of <literal>foobar.com</literal> and any domains below it are directed to <para>This ensures lookups of <literal>foobar.com</literal> and any domains below it are directed to
DNS server 203.0.113.47.</para> DNS server 203.0.113.47.</para>