man: fix example config to conform the content of the man page

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.
This commit is contained in:
Dmitry Rozhkov 2017-12-21 14:55:29 +02:00 committed by Lennart Poettering
parent fe25b1496b
commit 5526ac50fe
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@
<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>