]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix format network dns doc
authorCédric Bosdonnat <cbosdonnat@suse.com>
Mon, 25 Jan 2021 13:56:01 +0000 (14:56 +0100)
committerCédric Bosdonnat <cbosdonnat@suse.com>
Tue, 26 Jan 2021 13:29:48 +0000 (14:29 +0100)
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 <abologna@redhat.com>
Signed-off-by: Cédric Bosdonnat <cbosdonnat@suse.com>
docs/formatnetwork.html.in

index f5a48d9b92df245cdcdd384bcf82d5b55bf90100..b1b2391f431ce4e1798daeb4ba95d709b144b064 100644 (file)
           <dd>The <code>dns</code> element can have also 0 or more <code>srv</code>
             record elements. Each <code>srv</code> record element defines a DNS SRV record
             and has 2 mandatory and 5 optional attributes. The mandatory attributes
-            are service <code>name</code> and <code>protocol</code> (tcp, udp)
+            are <code>service</code> and <code>protocol</code> (tcp, udp)
             and the optional attributes are <code>target</code>,
             <code>port</code>, <code>priority</code>, <code>weight</code> and
             <code>domain</code> as defined in DNS server SRV RFC (RFC 2782).