man: fix example config to conform the content of the man page
authorDmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
Thu, 21 Dec 2017 12:55:29 +0000 (14:55 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Dec 2017 14:35:17 +0000 (15:35 +0100)
The config example contains wrong specificator for hostname.
It should be %H instead of %h as documented in the man page.

Use correct specificator for hostname.

man/systemd.dnssd.xml

index 1270e08..054f661 100644 (file)
 
       <programlisting># /etc/systemd/dnssd/http.dnssd
 [Service]
-Name=%h
+Name=%H
 Type=_http._tcp
 Port=80
 TxtText=path=/stats/index.html t=temperature_sensor</programlisting>