From: Cédric Bosdonnat Date: Mon, 25 Jan 2021 13:56:01 +0000 (+0100) Subject: Fix format network dns doc X-Git-Tag: v7.1.0-rc1~438 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5283b7be2ee40a5823c63829658a45a043c3b96;p=thirdparty%2Flibvirt.git Fix format network dns doc The code block on the srv name in the formatnetwork page is confusing since the actual parameter is service. Moving the code block to the service work makes it better. Reviewed-by: Andrea Bolognani Signed-off-by: Cédric Bosdonnat --- diff --git a/docs/formatnetwork.html.in b/docs/formatnetwork.html.in index f5a48d9b92..b1b2391f43 100644 --- a/docs/formatnetwork.html.in +++ b/docs/formatnetwork.html.in @@ -1035,7 +1035,7 @@
The dns element can have also 0 or more srv record elements. Each srv record element defines a DNS SRV record and has 2 mandatory and 5 optional attributes. The mandatory attributes - are service name and protocol (tcp, udp) + are service and protocol (tcp, udp) and the optional attributes are target, port, priority, weight and domain as defined in DNS server SRV RFC (RFC 2782).