From: Dmitry Rozhkov Date: Thu, 21 Dec 2017 12:55:29 +0000 (+0200) Subject: man: fix example config to conform the content of the man page X-Git-Tag: v237~188 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5526ac50fe3f87450786b8d0fcc9d93bb9a75940;p=platform%2Fupstream%2Fsystemd.git 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. --- diff --git a/man/systemd.dnssd.xml b/man/systemd.dnssd.xml index 1270e08..054f661 100644 --- a/man/systemd.dnssd.xml +++ b/man/systemd.dnssd.xml @@ -206,7 +206,7 @@ # /etc/systemd/dnssd/http.dnssd [Service] -Name=%h +Name=%H Type=_http._tcp Port=80 TxtText=path=/stats/index.html t=temperature_sensor