]> xenbits.xensource.com Git - libvirt.git/commitdiff
formatnetwork: Properly mark attributes of /network/dns/srv
authorJiri Denemark <jdenemar@redhat.com>
Fri, 2 Dec 2016 18:50:11 +0000 (19:50 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 13 Dec 2016 08:42:34 +0000 (09:42 +0100)
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
docs/formatnetwork.html.in

index a74724747f370afae4fdec880772cc8db24f4bb7..cc7d7c7e7af43240c2cbc6352048fa3c2fb1b749 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 name and protocol (tcp, udp) and the optional attributes are
-            target, port, priority, weight and domain as defined in DNS server SRV
-            RFC (RFC 2782).
+            are service <code>name</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).
             <span class="since">Since 0.9.9</span>
           </dd>
         </dl>