[libvirt] [PATCH 4/4] formatnetwork: Properly mark attributes of /network/dns/srv

Jiri Denemark jdenemar at redhat.com
Wed Dec 7 10:08:15 UTC 2016


Signed-off-by: Jiri Denemark <jdenemar at redhat.com>
---
 docs/formatnetwork.html.in | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/docs/formatnetwork.html.in b/docs/formatnetwork.html.in
index a74724747..cc7d7c7e7 100644
--- a/docs/formatnetwork.html.in
+++ b/docs/formatnetwork.html.in
@@ -958,9 +958,10 @@
           <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>
-- 
2.11.0




More information about the libvir-list mailing list