summaryrefslogtreecommitdiff
path: root/man/systemd.dnssd.xml
diff options
context:
space:
mode:
authorDmitry Rozhkov <dmitry.rozhkov@linux.intel.com>2017-12-21 14:55:29 +0200
committerLennart Poettering <lennart@poettering.net>2017-12-22 15:35:17 +0100
commit5526ac50fe3f87450786b8d0fcc9d93bb9a75940 (patch)
tree6ccbe32cad2eb15b86a9c2dc884e957b9eb57a62 /man/systemd.dnssd.xml
parentfe25b1496bac7ac914c52495e7e909f4bea5d71d (diff)
downloadsystemd-5526ac50fe3f87450786b8d0fcc9d93bb9a75940.tar.gz
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.
Diffstat (limited to 'man/systemd.dnssd.xml')
-rw-r--r--man/systemd.dnssd.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.dnssd.xml b/man/systemd.dnssd.xml
index 1270e08cd2..054f6615c2 100644
--- a/man/systemd.dnssd.xml
+++ b/man/systemd.dnssd.xml
@@ -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>