From d5283b7be2ee40a5823c63829658a45a043c3b96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bosdonnat?= Date: Mon, 25 Jan 2021 14:56:01 +0100 Subject: [PATCH] Fix format network dns doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docs/formatnetwork.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).