From 5526ac50fe3f87450786b8d0fcc9d93bb9a75940 Mon Sep 17 00:00:00 2001 From: Dmitry Rozhkov Date: Thu, 21 Dec 2017 14:55:29 +0200 Subject: [PATCH] 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. --- man/systemd.dnssd.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.dnssd.xml b/man/systemd.dnssd.xml index 1270e08cd2b..054f6615c21 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 -- 2.39.5