summaryrefslogtreecommitdiff
path: root/man/systemd.dnssd.xml
diff options
context:
space:
mode:
Diffstat (limited to 'man/systemd.dnssd.xml')
-rw-r--r--man/systemd.dnssd.xml32
1 files changed, 4 insertions, 28 deletions
diff --git a/man/systemd.dnssd.xml b/man/systemd.dnssd.xml
index 054f6615c2..b3a4c68e3f 100644
--- a/man/systemd.dnssd.xml
+++ b/man/systemd.dnssd.xml
@@ -3,22 +3,6 @@
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<!--
- This file is part of systemd.
-
- Copyright 2017 Dmitry Rozhkov
-
- systemd is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation; either version 2.1 of the License, or
- (at your option) any later version.
-
- systemd is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with systemd; If not, see <http://www.gnu.org/licenses/>.
-->
<refentry id="systemd.dnssd" conditional='ENABLE_RESOLVE'>
@@ -26,15 +10,6 @@
<refentryinfo>
<title>systemd.dnssd</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Dmitry</firstname>
- <surname>Rozhkov</surname>
- <email>dmitry.rozhkov@intel.com</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
@@ -214,10 +189,10 @@ TxtText=path=/stats/index.html t=temperature_sensor</programlisting>
<para>This makes the http server running on the host discoverable in the local network
given MulticastDNS is enabled on the network interface.</para>
- <para>Now the utility <literal>systemd-resolve</literal> should be able to resolve the
+ <para>Now the utility <literal>resolvectl</literal> should be able to resolve the
service to the host's name:</para>
- <programlisting>$ systemd-resolve --service meteo._http._tcp.local
+ <programlisting>$ resolvectl service meteo._http._tcp.local
meteo._http._tcp.local: meteo.local:80 [priority=0, weight=0]
169.254.208.106%senp0s21f0u2u4
fe80::213:3bff:fe49:8aa%senp0s21f0u2u4
@@ -251,7 +226,8 @@ meteo._http._tcp.local: meteo.local:80 [priority=0, weight=0]
<title>See Also</title>
<para>
<citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
- <citerefentry><refentrytitle>systemd-resolved.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
+ <citerefentry><refentrytitle>systemd-resolved.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
+ <citerefentry><refentrytitle>resolvectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
</para>
</refsect1>