summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorDmitry Rozhkov <dmitry.rozhkov@linux.intel.com>2017-12-21 13:55:29 +0100
committerLennart Poettering <lennart@poettering.net>2017-12-22 15:35:17 +0100
commit5526ac50fe3f87450786b8d0fcc9d93bb9a75940 (patch)
tree6ccbe32cad2eb15b86a9c2dc884e957b9eb57a62 /man
parentcatalog: update french translation (diff)
downloadsystemd-5526ac50fe3f87450786b8d0fcc9d93bb9a75940.tar.xz
systemd-5526ac50fe3f87450786b8d0fcc9d93bb9a75940.zip
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')
-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>